Type Definition Cluster
appr_dbscan::utils
type Cluster<const D: usize> = Vec<Point<D>>;
Collection of points in the same cluster