Examples on Clustering with R

[This article was first published on RDataMining, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

R code examples on various clustering techniques are available as “Clustering in R” in Chapter 4 of R & Bioconductor Manual by Thomas Girke, UC Riverside.

It provides R examples on
– Hierarchical Clustering, including tree cutting/coloring and heatmaps,
– Bootstrap Analysis in Hierarchical Clustering, QT (quality threshold ) clustering,
– K-means, PAM, CLARA
– Fuzzy Clustering, Self-Organizing Map (SOM),
– Principal Component Analysis (PCA) and Multidimensional Scaling (MDS),
– Biclustering, and
– Similarity Measures for Clustering Results.

The code examples are easy to read and follow.

To try clustering exercises on above techniques, simply follow the instructions of exercises to download the R codes,  the dataset and required packages.

Yanchang Zhao
RDataMining: http://www.rdatamining.com
Twitter: http://www.twitter.com/RDataMining
Group: http://group.rdatamining.com


To leave a comment for the author, please follow the link and comment on their blog: RDataMining.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)