Info
この質問は閉じられています。 編集または回答するには再度開いてください。
why get the same result when use euclidean or seuclidean?
1 回表示 (過去 30 日間)
古いコメントを表示
hi, I used this hierarchical clustering using ward
p=pdist(data,'euclidean'); L=linkage(p,'ward');
but when use distance metric euclidean or seuclidean , I get the same results
why?
thanks
0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!