On Wed, Oct 26, 2011 at 6:40 PM, Rui Esteves <ruimax...@gmail.com> wrote: > Hello, > > I need a Fuzzy C Means algorithm. > I found some documentation about cmeans {e1071} at > http://rss.acs.unt.edu/Rdoc/library/e1071/html/cmeans.html > Does someone knows where I can find it?
e1071 is a package, and you can use install.packages() from R to install it, or download it directly from the CRAN mirror nearest you. http://cran.r-project.org/ This is a very basic question; I suspect you'd benefit from reading one of the many Introduction to R documents available online. Sarah > Thank you > Rui > > [[alternative HTML version deleted]] > -- Sarah Goslee http://www.functionaldiversity.org ______________________________________________ R-help@r-project.org 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.