Rnanoflann
Extremely Fast Nearest Neighbor Search
Finds the k nearest neighbours for every point in a given dataset using Jose Luis' 'nanoflann' library. There is support for exact searches, fixed radius searches with 'kd' trees and two distances, the 'Euclidean' and 'Manhattan'. For more information see <https://github.com/jlblancoc/nanoflann>. Also, the 'nanoflann' library is exported and ready to be used via the linking to mechanism.
Versions across snapshots
| Version | Repository | File | Size |
|---|---|---|---|
0.0.3 |
2026-04-09 windows/windows R-4.5 | Rnanoflann_0.0.3.zip |
593.8 KiB |
Dependencies (latest)
Imports
- Rcpp (>= 1.0.11)