Clustering
Clustering is an unsupervised classification method, i.e. unlabeled data is partitioned into subsets (clusters), according to a similarity measure, such that“similar”data is grouped into the same cluster.
2 4 6 8 2 4 6 8
Unlabeled Data
2 4 6 8 2 4 6 8
Appropriate Clustering Result
Objective: small inter-cluster distance and large distance between clusters.
– p. 189