Stepwise iterative maximum likelihood clustering approach

版本 1.0.0.0 (5.7 KB) 作者: Alok
A clustering algorithm using iterative maximum likelihood
120.0 次下载
更新时间 2016/9/12

查看许可证

% [Cluster,MaxLtot,DelLtot] = SIML(X,class,var,MaxIteration,InitMethod,Repeat)
%
% [Cluster,MaxLtot,DelLtot] = SIML(X) or SOML(X,class) or SOML(X,class,var)
% or SIML(X,class,var,MaxIteration)
% or SIML(X,class,var,MaxIteration,InitMethod)
%
% Stepwsie optimal maximum likelihood method
%
% INPUT
% 1) X <- number of samples x dimension (Data)
%
% 2) class <- number of classes
% or a range of class e.g. class = 1:5
% If no class information is given then default value 1:5 will be used.
%
% 3) var: default 0 (no figures)
% 1 (all plots - time consuming)
% 2 (only final cluster plot, MaxLtot plot and DelLtot plot)
%
% 4) MaxIteration <- max iteration before algorithm is exited (default 15)
%
% 5) InitMethod <- 1 for Random Initialization
% 2 for kmeans Initialization (default is 2)
% 3 iterative (supply means of c-1 classes for c-class)
% 4 for Max Min of norm of data
%
% 6) Repeat <- number of time the algorithm is repeated to find the best
% solution. Default value is 10. Increasing the value of
% Repeat may increase the clustering accuracy.
%
% OUTPUT
% 1) Cluster is labels of samples (number of samples x class range)
% 2) MaxLtot plot
% 3) DelLtot plot
%
% NOTE: Only meant for small dimension; i.e., d < n
%
% Alok Sharma, RIKEN, Japan; 3-Jun-2015
% Ref: Sharma et al., Stepwise iterative maximum likelihood clustering approach, BMC Bioinformatics, 17(319), 1-14, 2016

引用格式

Alok (2025). Stepwise iterative maximum likelihood clustering approach (https://ww2.mathworks.cn/matlabcentral/fileexchange/59109-stepwise-iterative-maximum-likelihood-clustering-approach), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2015a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Descriptive Statistics and Visualization 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0