dendrograms in clustergram vs pdist->linkage->dendrogram
Mostrar comentarios más antiguos
Hello,
Can somebody explain why the dendrogram produced by clustergram is different than the one obtained by the traditional pdist, linkage and dendrogram process?
As I understand clustergram uses Euclidean distance metric and Average linkage. But when I run this functions with the aforementioned parameters the resultant groups are different than those displayed by clustergram.
How can I reproduce the same dendrogram produced by clustergram using the pdist->linkage->dendrogram approach?
Thanks in advance.
1 comentario
Diego
el 11 de Oct. de 2012
Respuestas (1)
Lucio Cetto
el 11 de Oct. de 2012
1 voto
Clustergram standardizes the data. I am not sure what release you are using but the way you control this option with the input arguments to clustergram has not been consistent. Also clustergram runs optimal-leaf-order.
HTH
Lucio
1 comentario
Diego
el 11 de Oct. de 2012
Categorías
Más información sobre Expression Analysis en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!