KMEANS

所属分类:matlab编程
开发工具:matlab
文件大小:246KB
下载次数:167
上传日期:2010-01-07 15:47:30
上 传 者liewmn
说明:  K-Means动态聚类算法源程序。可以用来发现社团结构。
(Dynamic K-Means clustering algorithm source code. The structure can be used to find associations.)

文件列表:
KMEANS\Debug\KMEANS.exe (225349, 2010-01-06)
KMEANS\Debug\KMEANS.ilk (227220, 2010-01-06)
KMEANS\Debug\KMEANS.obj (19795, 2010-01-06)
KMEANS\Debug\KMEANS.pch (237868, 2010-01-05)
KMEANS\Debug\KMEANS.pdb (410624, 2010-01-05)
KMEANS\Debug\vc60.idb (41984, 2010-01-06)
KMEANS\Debug\vc60.pdb (45056, 2010-01-05)
KMEANS\KM2.DAT (191, 1995-01-21)
KMEANS\KMEANS.CPP (9098, 1995-08-25)
KMEANS\KMEANS.DSP (3401, 2010-01-06)
KMEANS\KMEANS.DSW (520, 2010-01-06)
KMEANS\KMEANS.EXE (52080, 1995-08-25)
KMEANS\KMEANS.ncb (41984, 2010-01-06)
KMEANS\KMEANS.OPT (48640, 2010-01-06)
KMEANS\KMEANS.PLG (738, 2010-01-06)
KMEANS\Debug (0, 2010-01-05)
KMEANS (0, 2010-01-06)

This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(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 KMEANS.CPP 

近期下载者

相关文件


收藏者