KOHONEN
out 

所属分类:网络编程
开发工具:Visual C++
文件大小:31KB
下载次数:4
上传日期:2009-05-07 07:54:48
上 传 者zichen
说明:  目录包含了代码执行Kohonen网络。源代码 中可以找到KNET.CPP 。样本数据isfound在KNETSAMP.PAT 。程序输出 可在接受KNETSAMP.OUT
(Directory contains the code to implement Kohonen network. Source code can be found KNET.CPP. Isfound sample data in KNETSAMP.PAT. Output can be in KNETSAMP.OUT)

文件列表:
KOHONEN\KNET.CPP (5842, 1995-08-27)
KOHONEN\KNET.EXE (50032, 1995-08-27)
KOHONEN\KNETSAMP.OUT (45124, 1995-08-27)
KOHONEN\KNETSAMP.PAT (150, 1995-01-15)
KOHONEN (0, 2006-10-30)

This directory contains code implementing the Kohonen network. Source code may be found in KNET.CPP. Sample data isfound in KNETSAMP.PAT. Program output can be found in KNETSAMP.OUT.The KNET program accepts input consisting of vectors and calculates the weights, thus identifying the cluster centers. Output is directed to the screen. Usage for KNET is: KNET SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KNET.CPP 

近期下载者

相关文件


收藏者