pub type Cluster<const D: usize> = Vec<Point<D>>;
Collection of points in the same cluster
pub struct Cluster<const D: usize> { /* private fields */ }