필터 지우기
필터 지우기

I can not find important function

조회 수: 1 (최근 30일)
huda nawaf
huda nawaf 2012년 8월 28일
hi, I found the following code of matlab in this link http://www.ideal.ece.utexas.edu/~gjun/ee379k/html/clustering/hac/page2.html
load c.txt;
P=pdist(c,'euclidean');
Z=linkage(P,'single');
T=cluster(Z,'MaxClust',2);
plot_clusters(c,T);
I tried it with my data , it is working except the last function , it is what I looked for , this function plot each cluster with different color
how can find it? please, i badly need it in my work.
thanks
  댓글 수: 7
Walter Roberson
Walter Roberson 2012년 8월 28일
huda, you have not formatted the code in this post.
Jan
Jan 2012년 8월 29일
@huda: Thanks for your apology. Apologies are not useful here, but improving your style to ask question is. Most of all this would be an advantage for me, the forum and last but not least for yourself.

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

답변 (2개)

Oleg Komarov
Oleg Komarov 2012년 8월 28일

huda nawaf
huda nawaf 2012년 8월 28일
편집: huda nawaf 2012년 8월 28일
Many thanks,
I got it and run it. But what if I ran the above code on my data but my data is not 2D , my data is n*n similarity matrix, and I ran the above function on my data
P=pdist(c,'euclidean');
Z=linkage(P,'single');
T=cluster(Z,'MaxClust',2);
and got T the label for each observations (n). Now , i want to use plot_clusters with this case . if plot_clusters is not working with this case, are there alternative way to see the clusters graphically.
thanks
  댓글 수: 10
Oleg Komarov
Oleg Komarov 2012년 8월 30일
As commented in your other post, with the similiarity matrix alone, all you can do is a dendrogram.
huda nawaf
huda nawaf 2012년 8월 30일
편집: Walter Roberson 2012년 8월 30일
Walter,
just need each cluster with differnt color and contain the number of objects inside it.
I sent image in that post. thanks

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

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by