|
Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
|
#include <concepts>#include <cstddef>#include <cstdint>#include <utility>#include <vector>#include "clustering/math/thread.h"#include "clustering/ndarray.h"Go to the source code of this file.
Classes | |
| struct | clustering::index::CoreAdjacency |
| Radius-neighborhood adjacency with per-point core flags. More... | |
Namespaces | |
| namespace | clustering |
| namespace | clustering::index |
Concepts | |
| concept | clustering::index::RangeIndex |
| Contract for spatial indexes that can surface the radius-neighborhood adjacency over a borrowed point cloud in one call. | |