├── FCM_Matlab ├── FCMCLuster_Main.m ├── FCMCluster.m ├── SRBCT.mat └── Wine.txt └── README.md /FCM_Matlab/FCMCLuster_Main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongtongXing/FCM_Matlab/HEAD/FCM_Matlab/FCMCLuster_Main.m -------------------------------------------------------------------------------- /FCM_Matlab/FCMCluster.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongtongXing/FCM_Matlab/HEAD/FCM_Matlab/FCMCluster.m -------------------------------------------------------------------------------- /FCM_Matlab/SRBCT.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongtongXing/FCM_Matlab/HEAD/FCM_Matlab/SRBCT.mat -------------------------------------------------------------------------------- /FCM_Matlab/Wine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TongtongXing/FCM_Matlab/HEAD/FCM_Matlab/Wine.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # FCM_Matlab 2 | 模糊C均值聚类算法(Fuzzy C-Means Clustering, FCM)matlab实现 3 | 参考自:https://www.cnblogs.com/princeness/p/11664899.html 4 | --------------------------------------------------------------------------------