pub type Clustering = FxHashSet<Cluster>;
A partition of a set of points into disjoint clusters.
pub struct Clustering { /* private fields */ }