![]() |
nanoflann
C++ header-only ANN library
|
#include <nanoflann.hpp>
Public Member Functions | |
| KDTreeIncrementalIndexParams (float alpha_balance_=0.75f, float alpha_deleted_=0.5f) | |
Public Attributes | |
| float | alpha_balance |
| float | alpha_deleted |
Parameters for KDTreeSingleIndexIncrementalAdaptor.
The two alpha_* thresholds drive the weight-balanced (scapegoat-style) partial rebuilds: