Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

problem with ward 's linkage

조회 수: 1 (최근 30일)
huda nawaf
huda nawaf 2012년 8월 24일
hi,
I used this code two files , the code is running with one file and with other file turn out this
Warning: ward's linkage specified with non-Euclidean dissimilarity matrix.
> In linkage at 178
In ward_movielens1 at 7
ans =
0
p=pdist(x,'euclidean');
No_cluster=5;
L=linkage(p,'ward');
T = cluster(L,'maxclust',5);
thanks in advance

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by