41 ML
41 ML
The table provides the pairwise distances between five points (P1, P2, P3, P4, P5).
P1 P2 P3 P4 P5
P1 0.00 0.10 0.41 0.55 0.35
P2 0.10 0.00 0.64 0.47 0.98
P3 0.41 0.64 0.00 0.44 0.85
P4 0.55 0.47 0.44 0.00 0.76
P5 0.35 0.98 0.85 0.76 0.00
Final Summary
Aspect Single Link Clustering Complete Link Clustering
Minimum distance between
Cluster Distance Maximum distance between clusters
clusters
Aspect Single Link Clustering Complete Link Clustering
First Merge P1 and P2 (0.10) P1 and P2 (0.10)
Next Closest Merge (P1, P2) and P5 (0.35) (P1, P2) and P4 (0.47)
Final Merge (P1, P2, P5, P3) and P4 (0.44) (P1, P2, P4, P3) and P5 (0.98)
Dendrogram Merges based on overall cluster
Builds from closest points first
Growth distances
Both methods form different hierarchical cluster structures, with single-link favoring chain-
like structures and complete-link forming more compact clusters.