代码搜索:artmap
找到约 41 项符合「artmap」的源代码
代码结果 41
www.eeworm.com/read/111617/15508971
readme
/*******************************************************************************
* README v.2 (Feb. 9, 02)
*
* Description:
* Readme for artmap_m.zip
* See http://www.cns.bu.edu/~artmap for furth
www.eeworm.com/read/291799/8394680
m artmap_add_new_category.m
function [resizedWeight, resizedMapField] = ARTMAP_Add_New_Category(weight, mapField)
% ARTMAP_Add_New_Category Adds a new category to the given weight matrix and map field.
% [RESIZEDWEIGHT,
www.eeworm.com/read/320989/13414512
m artmap_add_new_category.m
function [resizedWeight, resizedMapField] = ARTMAP_Add_New_Category(weight, mapField)
% ARTMAP_Add_New_Category Adds a new category to the given weight matrix and map field.
% [RESIZEDWEIGHT,
www.eeworm.com/read/171722/9739665
cpp artmapdebug.cpp
/**
* \file
* artmapDebug.cpp - Utility routines for printing model internals
*
* Copyleft (C) - Boston University CELEST Technology Laboratory
*/
#include "Logger.h"
#include "artmap.h"
www.eeworm.com/read/149528/12368415
pdf 基于模糊artmap神经网络的车牌识别.pdf
www.eeworm.com/read/111618/15508964
readme
/*******************************************************************************
* README v.1 (7/5/01)
*
* Description:
* Readme for artmap_c.zip
* See http://www.cns.bu.edu/~artmap for further d
www.eeworm.com/read/291799/8394683
m artmapexample.m
% ARTMAPExample.m
% Aaron Garrett
%
% This script uses the ARTMAP network to learn the exclusive-or (XOR) function.
% Set up the input and supervisory signal for the XOR function.
input = [1,
www.eeworm.com/read/320989/13414513
m artmapexample.m
% ARTMAPExample.m
% Aaron Garrett
%
% This script uses the ARTMAP network to learn the exclusive-or (XOR) function.
% Set up the input and supervisory signal for the XOR function.
input = [1,
www.eeworm.com/read/445174/7598244
m fartmap.m
function fartmap(tnp,rho,alpha)
figure(1)
aa=trainfam(tnp,rho,alpha);
%save aa;
xx=0:1/tnp:1;
yy=0:1/tnp:1;
clf
h=gcf;
axis([0 1 0 1]);
set(h,'colormap',cool);
set(h,'name','Fuzzy ARTMAP');
image(xx