cran
. See also theR-universe documentation.Package: Rnanoflann 0.0.3
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.
Authors:
Rnanoflann_0.0.3.tar.gz
Rnanoflann_0.0.3.tar.gz(r-4.5-noble)Rnanoflann_0.0.3.tar.gz(r-4.4-noble)
Rnanoflann_0.0.3.tgz(r-4.4-emscripten)Rnanoflann_0.0.3.tgz(r-4.3-emscripten)
Rnanoflann.pdf |Rnanoflann.html✨
Rnanoflann/json (API)
NEWS
# Install 'Rnanoflann' in R: |
install.packages('Rnanoflann', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/manospapadakis95/rnanoflann/issues
Last updated 6 months agofrom:60b063ceef. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-linux-x86_64 | OK | Nov 14 2024 |
Exports:nn
Dependencies:RcppRcppArmadillo
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Extremely Fast Nearest Neighbor Search | Rnanoflann-package Rnanoflann |
k-nearest neighbours search | nn |