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 <enter>
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 <enter>
邓凌佳
- 粉丝: 76
- 资源: 1万+
最新资源
- 格拉姆角差场一维数据转换二维图像的方法(Matlab代码和数据)
- 微信小程序打卡.zip
- vscode 远程连接使用的server服务端
- 格拉姆角和场一维数据转换二维图像的方法(Matlab代码和数据)
- 利用ne555单稳态模式实现声光控延时灯(multisim仿真)
- 局部最大同步压缩变换一维数据转换二维图像的方法(Matlab代码和数据)
- 开源中件间zookeeper和kafka客户端配置,用于运维人员了解开发人员如何使用代码环节对接zookeeper和kafka
- 微信小程序开发地图demo,地图导航、标记标注.zip
- 离散韦格纳分布Discrete Wigner-Ville Distribution一维数据转换二维图像的方法(Matlab代码和数据)
- 连续小波变换一维数据转换二维图像的方法(Matlab代码和数据)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈