Concept Flow - Hierarchical clustering (linkage)
Start with each point as a cluster
Calculate distances between clusters
Find closest clusters
Merge closest clusters
Update distances
More than one cluster?
No
Done
Start with each data point alone, then repeatedly merge the closest clusters until all points form one cluster.