Hierarchical Maximium Likelihood (HML) Clustering

版本 1.0.0.0 (3.2 KB) 作者: Alok
This is a hierarchical clustering approach using maximum likelihood estimate.
203.0 次下载
更新时间 2016/3/28

查看许可证

function [CLUSTER] = HML(X,CLASS,var)
% Cluster = HML(X,class,var)
%
% Hierarchical Maximum Likelihood algorithm
%
% Input
% X: data of size N x d (where N = num of samples; and, d = dimension).
% class: (optional) if not specified then all classes from 1 to n will be
% produced. If class = k then samples will be classified into k
% clusters only. A range of values of class can also be provided.
%
% var: To hide plots put var = 0. Default value is 1.
%
% Ref. Sharma et al., Hierachical maximum likelihood clustering approach,
% IEEE Transaction on Biomedical Engineering, 2016

引用格式

Alok (2025). Hierarchical Maximium Likelihood (HML) Clustering (https://ww2.mathworks.cn/matlabcentral/fileexchange/56192-hierarchical-maximium-likelihood-hml-clustering), MATLAB Central File Exchange. 检索时间: .

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

Community Treasure Hunt

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

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

.