selfadaptVQ

所属分类:人工智能/神经网络/深度学习
开发工具:Visual C++
文件大小:33KB
下载次数:13
上传日期:2007-03-22 10:56:32
上 传 者wawyace
说明:  这是一个自适应矢量化算法(VQ)源程序。用于人工智能算法
(This is an adaptive vector algorithm (VQ) source. Used artificial intelligence algorithms)

文件列表:
自适应矢量化算法(VQ)源程序\VQ\VQ.CPP (13309, 1995-08-26)
自适应矢量化算法(VQ)源程序\VQ\VQ.EXE (54064, 1995-08-26)
自适应矢量化算法(VQ)源程序\VQ\VQ1.DAT (121, 1994-12-27)
自适应矢量化算法(VQ)源程序\VQ\VQ1.OUT (4522, 1995-08-26)
自适应矢量化算法(VQ)源程序\VQ\VQ2.DAT (121, 1994-12-27)
自适应矢量化算法(VQ)源程序\VQ\VQ2.OUT (4050, 1995-08-26)
自适应矢量化算法(VQ)源程序\VQ\VQ3.DAT (125, 1994-12-28)
自适应矢量化算法(VQ)源程序\VQ\VQ3.OUT (3885, 1995-08-26)
自适应矢量化算法(VQ)源程序\VQ (0, 2002-09-13)
自适应矢量化算法(VQ)源程序 (0, 2005-12-03)

This directory contains code implementing Vector Quantization. Source code may be found in VQ.CPP. Sample data isfound in VQ1.DAT, VQ2.DAT AND VQ3.DAT. Program output can be found in VQ1.OUT, VQ2.OUT AND VQ3.OUT.The VQ program accepts input consisting of vectors and calculates the corresponding cluster centers. Output is directed both to the screen and to the specified destination file. Usage for VQ is: VQ SOURCEFILE DESTINATIONFILE The format of the source file is: NPat - Number of patterns to be processed (int) SizeVect - Size of the vectors to be processed (int) Threshold - Max dist permitted between cluster centers(real) vect[1,1] ... vect[1,SizeVect] - Pattern definitions (real) vect[2,1] ... vect[2,SizeVect] " " . . " " . . " " . . " " vect[NPat,1] ... vect[NClust,SizeVector] " " To compile: ICC VQ.CPP 

近期下载者

相关文件


收藏者