Clustering#
Clustering partitions a pool of sequences or trajectories into groups based on pairwise distances.
Available Algorithms#
Algorithm |
Characteristics |
|---|---|
Produces nested partitions at all distance thresholds. |
|
Medoid-based; robust to outliers; slower on large datasets |
|
Scalable variant of PAM; samples subsets repeatedly for speed |
See Also#
Clustering - Worked examples for each algorithm
Metrics - Sequence and trajectory metrics used to compute distance matrices for clustering