Concept Flow - Why clustering groups similar data
Start with data points
Calculate distances between points
Group points close to each other
Form clusters of similar points
Output clusters
End
Clustering starts with data points, measures how close they are, groups close points, and forms clusters of similar data.