K-nearest neighbor search setting.
More...
#include <knn_result.hpp>
|
|
template<typename Result > |
| bool | fulfilled (const Result &result) const |
| | Check if the result satisfies the early termination condition.
|
| |
|
|
int | max_nn = std::numeric_limits<int>::max() |
| | Maximum number of neighbors to search.
|
| |
|
double | max_sq_dist = std::numeric_limits<double>::max() |
| | Maximum squared distance to search.
|
| |
|
double | epsilon = 0.0 |
| | Early termination threshold.
|
| |
K-nearest neighbor search setting.
The documentation for this struct was generated from the following file:
- /home/runner/work/gtsam_points/gtsam_points/include/gtsam_points/ann/knn_result.hpp