|
Clustering
C++20 header-only: DBSCAN, HDBSCAN, k-means.
|
Per-node kNN entry returned by neighbors. Squared Euclidean distance carried as T.
More...
#include <clustering/index/nn_descent.h>
Public Attributes | |
| std::int32_t | idx |
| Neighbor point index. | |
| T | sqDist |
Squared Euclidean distance from the query to idx. | |
Per-node kNN entry returned by neighbors. Squared Euclidean distance carried as T.
Definition at line 53 of file nn_descent.h.
| std::int32_t clustering::index::NnDescentIndex< T >::KnnEntry::idx |
Neighbor point index.
Definition at line 55 of file nn_descent.h.
| T clustering::index::NnDescentIndex< T >::KnnEntry::sqDist |
Squared Euclidean distance from the query to idx.
Definition at line 57 of file nn_descent.h.