Clustering

Type Alias Clustering 

Source
pub type Clustering = FxHashSet<Cluster>;
Expand description

A partition of a set of points into disjoint clusters.

Aliased Typeยง

pub struct Clustering { /* private fields */ }