On Sep 15, 2005, at 10:26 AM, Baoqiang Cao wrote:

> Hi Everyone,
>
> I'm trying to use cutree to get the clusters after hclust. What I used 
> is: mycluster<-cutree(cnclust,h=0.5)
> Now, my problem is, how can I get the actual clusters? Thanks!
>
> Best,
>  Baoqiang Cao

Doesn't print(mycluster) give you the clusters? You could
use something like:

R> split(names(mycluster), mycluster)

You may need to better define "get the actual clusters" to get
a better answer.

Stephen

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to