Description: Realized VC++ FCM algorithm demo program, FCM algorithm is a clustering algorithm based on partition, the thought of it is making is divided into the greatest similarity between objects of the same cluster, and the similarity between different clusters school FCM algorithm requires two parameters is the number of clusters C, and the other is a parameter m. In general, C is much less than the total number of cluster sample, at the same time to ensure that C> 1. For m, It is a control a flexible algorithm parameters, if m is too large, then the clustering effect will be times, if m is too small, the algorithm will be close to the HCM clustering algorithm.
To Search:
File list (Check if you may need any files):
data\center.txt
....\datain.txt
....\matrix.txt
....\paramOut.txt
res\FCM.ico
...\FCM.rc2
~$M聚类算法介绍.doc
center.txt
FCM.APS
FCM.clw
FCM.cpp
FCM.dsp
FCM.dsw
FCM.h
FCM.rc
FCMDlg.cpp
FCMDlg.h
matrix.txt
ReadMe.txt
Resource.h
StdAfx.cpp
StdAfx.h
data
Debug
res