Re: [R] about cutree

2005-09-16 Thread Romain Francois
Le 15.09.2005 17:26, Baoqiang Cao a écrit : 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 Hello, If you mean getting the labels in

[R] about cutree

2005-09-15 Thread Baoqiang Cao
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 __ R-help@stat.math.ethz.ch mailing list

Re: [R] about cutree

2005-09-15 Thread Stephen D. Weigand
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