#include <NearestNeighbourSearch2D.h>
◆ NearestNeighbourSearch2D()
| krotos::NearestNeighbourSearch2D::NearestNeighbourSearch2D |
( |
int | max_elements | ) |
|
◆ ~NearestNeighbourSearch2D()
| krotos::NearestNeighbourSearch2D::~NearestNeighbourSearch2D |
( |
| ) |
|
◆ addDatasetItem()
| void krotos::NearestNeighbourSearch2D::addDatasetItem |
( |
float | x, |
|
|
float | y ) |
◆ knnQuery() [1/2]
| int krotos::NearestNeighbourSearch2D::knnQuery |
( |
float | x, |
|
|
float | y ) |
◆ knnQuery() [2/2]
| std::vector< int > krotos::NearestNeighbourSearch2D::knnQuery |
( |
float | x, |
|
|
float | y, |
|
|
int | k ) |
◆ alg
◆ dataset
| Dataset2D krotos::NearestNeighbourSearch2D::dataset |
|
private |
◆ m_spaceInstance
| std::unique_ptr<hnswlib::L2Space> krotos::NearestNeighbourSearch2D::m_spaceInstance |
|
private |
◆ space
The documentation for this class was generated from the following files: