代码搜索:artmap

找到约 41 项符合「artmap」的源代码

代码结果 41
www.eeworm.com/read/111617/15508970

makefile

#/****************************************************************************** # * Makefile v.1 (7/5/01) # * # * Description: # * Makefile for artmap_m.zip # * 'make' starts Matlab # * 'make clean'
www.eeworm.com/read/111618/15508963

makefile

#/****************************************************************************** # * Makefile v.1 (7/5/01) # * # * Description: # * Makefile for artmap_c.zip # * 'make' compiles, # * 'make clean'
www.eeworm.com/read/291799/8394675

m artmap_create_network.m

function artmap_network = ARTMAP_Create_Network(numFeatures, numClasses) % ARTMAP_Create_Network Creates a new ARTMAP network. % ARTMAP_NETWORK = ARTMAP_Create_Network(NUMFEATURES, NUMCLASSES)
www.eeworm.com/read/320989/13414510

m artmap_create_network.m

function artmap_network = ARTMAP_Create_Network(numFeatures, numClasses) % ARTMAP_Create_Network Creates a new ARTMAP network. % ARTMAP_NETWORK = ARTMAP_Create_Network(NUMFEATURES, NUMCLASSES)
www.eeworm.com/read/111617/15508980

m artmap_shell_vote.m

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % artmap_shell_vote.m % % Description: a sample program of how to use voting with ARTMAP networks % % Authors: Suhas Ch