Clustering on Principal Component Analysis
Combining principal component analysis (PCA) and clustering methods are useful for reducing the dimension of a data set into a few continuous variables containing the most important information in the data. This post illustrates how to combine PCA and clustering methods to identify patterns in a data set using the R language for statistical computing and visualization.