This document discusses different clustering techniques including hierarchical clustering, k-means clustering, and how to perform clustering in R. It focuses on hierarchical clustering which builds clusters iteratively from individual elements to clusters, and k-means clustering which partitions observations into k mutually exclusive clusters where each observation belongs to the cluster with the nearest mean.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
52 views9 pages
Cluster Analysis
This document discusses different clustering techniques including hierarchical clustering, k-means clustering, and how to perform clustering in R. It focuses on hierarchical clustering which builds clusters iteratively from individual elements to clusters, and k-means clustering which partitions observations into k mutually exclusive clusters where each observation belongs to the cluster with the nearest mean.