How to display the cluster groups
Afficher commentaires plus anciens
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?!

Réponses (1)
Walter Roberson
le 10 Juin 2017
Modifié(e) : Walter Roberson
le 10 Juin 2017
0 votes
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.
Catégories
En savoir plus sur Hierarchical Clustering dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!