[][src]Type Definition appr_dbscan::utils::Cluster

type Cluster<const D: usize> = Vec<Point<D>>;

Collection of points in the same cluster