Concept Flow - Distance matrix computation
Start with data points
Choose distance metric
Compute pairwise distances
Store results in matrix
Use matrix for analysis
We start with data points, pick a distance type, compute distances between all pairs, and save them in a matrix for further use.