请教哪位高手有k-means算法呢

请问谁有k-means算法呢?RT请问谁有k-means的VB算法呢?请给我一份,谢谢[解决办法]其实K-MEAN和C-MEAN都是最

请问谁有k-means算法呢?
RT
请问谁有k-means的VB算法呢?
请给我一份,谢谢

[解决办法]
其实K-MEAN和C-MEAN都是最简单的一种硬聚类算法,就是一个简单的迭代,你可以从下面这个链接来下载代码,如果是FCM就要稍微复杂点了。

http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=26983&lngWId=1

This great program/tutorial will introduce you with the heart of Pattern Recognition, unsupervised learning of Neural network called k-means clutering. When User click picture box to input new data (X,Y), the program will make group/cluster the data by minimizing the sum of squares of distances between data and the corresponding cluster centroids. Very well documentation. Different color code represent the clusters. This algorithm is a standard and popular algorithm for unsupervised learning of Neural network, Pattern recognitions, Classification analysis, clustering analysis etc.

[解决办法]
mark.
up.