CoLIN 人工語言模擬 漢化版 2002年8月9日
原作者
布朗 alan j. brown
15 Kinloch Road
Renfrew
Scotland
PA4 0RJ
alan@barc0de.demon.co.uk
http://www.barc0de.demon.co.uk/
漢化者
陳輝
主頁: http://go2debug.yeah.net
郵件: go2debug@hotmail.com
ICQ: 149054569
簡介
通過菜單可以清空數(shù)據(jù)庫。
程序會從你的輸入中學(xué)習(xí),如果你不想這樣,就請關(guān)閉學(xué)習(xí)功能。
原作者聲明
This program is giftware. If you like it send me something nice.
Copyright is fully reserved by Alan J. Brown, any program developed from the CoLIN source code must give Alan J. Brown appropriate credit.
更多問題
請到我的主頁 http://go2debug.yeah.net
或者給我發(fā)信 go2debug@hotmail.com
另外在布朗的主頁上有留言板
LVQ學(xué)習(xí)矢量化算法源程序
This directory contains code implementing the Learning vector quantization
network. Source code may be found in LVQ.CPP. Sample training data is found
in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
LVQ program accepts input consisting of vectors and calculates the LVQ
network weights. If a test set is specified, the winning neuron (class) for
each neuron is identified and the Euclidean distance between the pattern and
each neuron is reported. Output is directed to the screen.