Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
Loading...
Searching...
No Matches
auto_range_index.h File Reference
#include <cstddef>
#include <cstdint>
#include <variant>
#include <vector>
#include "clustering/index/brute_force_pairwise.h"
#include "clustering/index/kdtree.h"
#include "clustering/math/thread.h"
#include "clustering/ndarray.h"
Include dependency graph for auto_range_index.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clustering::index::AutoRangeIndex< T >
 Range-index policy that picks KDTree below a dimension threshold and BruteForcePairwise above it. More...

Namespaces

namespace  clustering
namespace  clustering::index