how use hierarchical clustering with high score
Mostra commenti meno recenti
hi,
i want use hierarchical clusteringto cluster my data.my data is array represents the score of similarity among each user with the other, so the array is n*n
when read about hierarchical clustering I found out that algorithm consider the least score is the most similar.
Now, how i can use this algorithm with my data in which highest score represent most similar?
thanks in advance
Risposte (2)
Walter Roberson
il 12 Ago 2012
0 voti
Have you considered clustering on (one minus your matrix) ?
1 Commento
huda nawaf
il 12 Ago 2012
Ilya
il 12 Ago 2012
0 voti
Use linkage function with 'complete' method.
doc linkage
Categorie
Scopri di più su Hierarchical Clustering in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!