How to display the cluster groups

I have the following dendrogram plot as example, I need to display (print) each group separately something like this:
cluster 1: 2, 7, 5, 8
cluster 2: 1, 4
cluster 3: 3, 9, 6
Any help?!

回答 (1 件)

Walter Roberson
Walter Roberson 2017 年 6 月 10 日
編集済み: Walter Roberson 2017 年 6 月 10 日

0 投票

You might be able to use dendrogram in color using the https://www.mathworks.com/help/stats/dendrogram.html#input_argument_d0e232995 ColorThreshold' option, if their linkage is close together.

質問済み:

2017 年 6 月 10 日

再開済み:

2018 年 10 月 25 日

Community Treasure Hunt

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

Start Hunting!

Translated by