listing clusters in hierarchical clustering
1 回表示 (過去 30 日間)
古いコメントを表示
How can I list the set of partitions (clusters) in hierarchical clustering at each level?
For example, consider
D_tr=rand(10,1);
D=0.5*(D_tr+D_tr');
tree = linkage(D,'average');
dendrogram(tree)
2 件のコメント
Massimo Zanetti
2020 年 4 月 29 日
編集済み: Massimo Zanetti
2020 年 4 月 29 日
All the instructions to find out how the hierarchical structure is built is described in the help page Linkage, Output Arguments Z. Did you figure it out?
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!