⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 contents.m

📁 k-means算法(matlab编写),其中包含测试数据集,可以使用.
💻 M
字号:
% FuzME
% Fuzzy k-means matlab code
% Budiman (Dec. 2003)
% budiman@acss.usyd.edu.au
%
% Contents:
% run_fuzme.m       : main command to run fuzzy k-means 
% fuzme.m           : fuzzy k-means algorithm
% fuzall.m          : allocate data to existing class centroid
% run_fuzme.m       : main command to run fuzzy k-means with extragrades FkME
% fkme.m            : fuzzy k-means with extragrades
% fkme_all.m        : allocate data to existing class of FkME
% gustafson.m       : fuzzy k means with Gustafson-Kessel (GK) algorithm
% gk_all.m          : allocate data to existing class of GK
%
% flda.m            : fuzzy linear discriminant analysis
%
% fvalidity.m       : cluster performance measure
% confusion.m       : calculate confusion index
% 
% initmember.m      : calculate initial guess membership
% distmat0.m        : calculate Euclidean distance, code from Peter J. Acklam
% mahaldist.m       : calculate Mahalanobis distance, code from Peter J. Acklam
% GKdist.m          : calculate distance of GK algorithm, based on code from Peter J. Acklam
% fkme_obj          : objective function to minimise for FkME
%
% Example
% test_fuzme.m      : clustering data of irises
% irises.txt        : text data of irises
% test_gk_fkm.m     : test for GK algorithm
%
% For thery see:
%       http://www.usyd.edu.au/su/agric/acpa/fkme/FuzME_Theory.pdf
%
% Acknowldegement:
% distance calculation matlab files are from Peter J. Acklam

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -