Hierarchical clustering

版本 1.0.0.0 (8.0 KB) 作者: Eric Ogier
Hierarchical clustering and dendrogram (WPGMA and UPGMA methods)
1.9K 次下载
更新时间 2016/5/2

查看许可证

This function defines the hierarchical clustering of any matrix and displays the corresponding dendrogram.
The hierarchical clustering is performed in accordance with the following options:
- Method: WPGMA or UPGMA
- Metric: any anonymous function defined by user to measure vectors dissimilarity
- Clustering parameter: number of clusters or dissimilarity limit
The function returns the linkage tree, the clusters, the list of ranked items and optionally the dendrogram calculated on the basis of dissimilarity matrices.
Video demonstrations:
https://www.youtube.com/watch?v=cPzd-574D1I&list=PLJXyTqQS4FL3QoWdlGj0WtT7nSYKWqBxv&index=3&ab_channel=Pseudonymeoriginal
https://www.youtube.com/watch?v=EgZ2XF9rNXM&index=2&list=PLJXyTqQS4FL3QoWdlGj0WtT7nSYKWqBxv&ab_channel=Pseudonymeoriginal
https://www.youtube.com/watch?v=KvCKnkzNmXI&index=1&list=PLJXyTqQS4FL3QoWdlGj0WtT7nSYKWqBxv&ab_channel=Pseudonymeoriginal

引用格式

Eric Ogier (2024). Hierarchical clustering (https://www.mathworks.com/matlabcentral/fileexchange/56844-hierarchical-clustering), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
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

Description correction.