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

解决方案 »

  1.   

    其实K-MEAN和C-MEAN都是最简单的一种硬聚类算法,就是一个简单的迭代,你可以从下面这个链接来下载代码,如果是FCM就要稍微复杂点了。http://www.pscode.com/vb/scripts/ShowCode.asp?txtCodeId=26983&lngWId=1This 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.