Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
Loading...
Searching...
No Matches
clustering::index Namespace Reference

Classes

class  AutoRangeIndex
 Range-index policy that picks KDTree below a dimension threshold and BruteForcePairwise above it. More...
class  NnDescentIndex
 Approximate k -nearest-neighbor graph via the NN-Descent algorithm (Dong, Charikar, Li 2011) with random-projection-tree initialization. More...

Concepts

concept  RangeIndex
 Contract for spatial indexes that can surface the radius-neighborhood adjacency over a borrowed point cloud in one call.