Sort items to existing cluster groups
Afficher commentaires plus anciens
I applied Y = pdist(X); Z = linkage(Y,'ward'); to cluster my items X. Afterwards, I defined the optimum number of groups. Now, I have additional items Y which I want to sort to the already existing groups received from clustering X. What's the best way to do this? How can I define the 'borders' of the existing groups?
Réponse acceptée
Plus de réponses (0)
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!