how use hierarchical clustering with high score

조회 수: 1 (최근 30일)
huda nawaf
huda nawaf 2012년 8월 12일
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

답변 (2개)

Walter Roberson
Walter Roberson 2012년 8월 12일
Have you considered clustering on (one minus your matrix) ?
  댓글 수: 1
huda nawaf
huda nawaf 2012년 8월 12일
Thanks,
I thought with this matter, do you think that is not affect working of the algorithm that use euclidean distance to calculate the distance?

댓글을 달려면 로그인하십시오.


Ilya
Ilya 2012년 8월 12일
Use linkage function with 'complete' method.
doc linkage

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by