Agglomerative hierarchical clustering Using Ward Algorithm and Correlation Coefficient as a Distance Metric
显示 更早的评论
Dear colleagues,
In the Matlab help page for agglomerative clustering (<http://www.mathworks.com/help/stats/linkage.html)>, it says that ward method appropriate (only) with euclidean distance.
I am wondering if other distance metrics (like correlation coefficient or cosine similarity measure) can be used. Correlation coefficient and cosine measures gave me better results when I used them instead of the euclidean distance.
So, I am wondering why it was written in the matlab documentation page that it works only with euclidean distance. I found some other research that use ward with correlation coefficient and some other people asking the same quesiton: http://r.789695.n4.nabble.com/hierarchical-clustering-with-pearson-s-coefficient-td4662788.html
Regards,
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Hierarchical Clustering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!