Package: nabor 0.5.1

nabor: Wraps 'libnabo', a Fast K Nearest Neighbour Library for Low Dimensions

An R wrapper for 'libnabo', an exact or approximate k nearest neighbour library which is optimised for low dimensional spaces (e.g. 3D). 'libnabo' has speed and space advantages over the 'ANN' library wrapped by package 'RANN'. 'nabor' includes a knn function that is designed as a drop-in replacement for 'RANN' function nn2. In addition, objects which include the k-d tree search structure can be returned to speed up repeated queries of the same set of target points.

Authors:Gregory Jefferis [aut, cre, cph], Stephane Mangenat [aut, cph]

nabor_0.5.1.tar.gz
nabor_0.5.1.zip(r-4.7)nabor_0.5.1.zip(r-4.6)nabor_0.5.1.zip(r-4.5)
nabor_0.5.1.tgz(r-4.6-x86_64)nabor_0.5.1.tgz(r-4.6-arm64)nabor_0.5.1.tgz(r-4.5-x86_64)nabor_0.5.1.tgz(r-4.5-arm64)
nabor_0.5.1.tar.gz(r-4.7-arm64)nabor_0.5.1.tar.gz(r-4.7-x86_64)nabor_0.5.1.tar.gz(r-4.6-arm64)nabor_0.5.1.tar.gz(r-4.6-x86_64)
nabor_0.5.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
nabor/json (API)
NEWS

# Install 'nabor' in R:
install.packages('nabor', repos = c('https://jefferis.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/jefferis/nabor/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:
  • kcpoints - List of 3 matrices containing 3D points from Drosophila neurons

On CRAN:

Conda:

libnabonearest-neighborscpp

8.63 score 21 stars 45 packages 119 scripts 13k downloads 2 mentions 3 exports 3 dependencies

Last updated from:718346a135. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK173
linux-devel-x86_64OK149
source / vignettesOK172
linux-release-arm64OK148
linux-release-x86_64OK143
macos-release-arm64OK107
macos-release-x86_64OK207
macos-oldrel-arm64OK85
macos-oldrel-x86_64OK222
windows-develOK145
windows-releaseOK123
windows-oldrelOK135
wasm-releaseOK128

Exports:knnWKNNDWKNNF

Dependencies:BHRcppRcppEigen