[R] Request regarding cluster package

Uwe Ligges ligges at statistik.uni-dortmund.de
Tue Jan 16 12:16:54 CET 2007



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: 
> reach4kalyan at gmail.com
> 
>  
> ---------------------------------
> 8:00? 8:25? 8:40?  Find a flick in no time
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list