DBSCANResult

Type Alias DBSCANResult 

Source
pub type DBSCANResult<const D: usize> = Vec<Cluster<D>>;
Expand description

Collection of all the cluster found by the DBSCAN algorithm. Its first element will be the collection of noise points.

Aliased Typeยง

pub struct DBSCANResult<const D: usize> { /* private fields */ }