Hierarchical Clustering Algorithm
14 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
How to run Hierarchical Clustering Algorithm (single linkage, complete linkage and average linkage) by matlab. With input is a symmetry matrix?
0 commentaires
Réponses (1)
Tom Lane
le 30 Avr 2012
If you have the Statistics Toolbox, "help linkage" might get you pointed in the right direction. I assume you mean the input is a similarity matrix, which you would need to convert to a dissimilarity matrix in order to use linkage.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!