Package: Rnanoflann 0.0.3

Manos Papadakis

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:Manos Papadakis [aut, cre, cph], Jose Luis Blanco [aut, cph], Michail Tsagris [ctb]

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'))

Peer review:

Bug tracker:https://github.com/manospapadakis95/rnanoflann/issues

Uses libs:
  • openblas– Optimized BLAS
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library

4.30 score 23 packages 1 scripts 1.9k downloads 1 exports 2 dependencies

Last updated 5 months agofrom:60b063ceef. Checks:OK: 2. Indexed: no.

TargetResultDate
Doc / VignettesOKOct 15 2024
R-4.5-linux-x86_64OKOct 15 2024

Exports:nn

Dependencies:RcppRcppArmadillo