Hierarchical Maximium Likelihood (HML) Clustering

버전 1.0.0.0 (3.23 KB) 작성자: Alok
This is a hierarchical clustering approach using maximum likelihood estimate.
다운로드 수: 202
업데이트 날짜: 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 (2024). Hierarchical Maximium Likelihood (HML) Clustering (https://www.mathworks.com/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

.