Bhanu Kalyan.K wrote:
> Dear Mr. Bengtsson,
> 
> I see that there is a package exclusively for clustering data, named as 
> "Cluster Package" in R library. It has some clustering algorithms 
> implemented. 
> Can you tell me how to implement the CLARA and PAM functions from that 
> package for my data?


What about typing

library("cluster")
?pam
?clara

Uwe Ligges


> 
> Bhanu Kalyan K
> B.Tech Final Year, CSE
> 
> Tel: +91-9885238228
> 
> Alternate E-Mail: 
> [EMAIL PROTECTED]
> 
>  
> ---------------------------------
> 8:00? 8:25? 8:40?  Find a flick in no time
> 
>       [[alternative HTML version deleted]]
> 
> ______________________________________________
> 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
> and provide commented, minimal, self-contained, reproducible code.

______________________________________________
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
and provide commented, minimal, self-contained, reproducible code.

Reply via email to