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
DESCRIPTION |NEWS
card.svg |card.png
nabor/json (API)

# 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.74 score 21 stars 45 packages 138 scripts 14k downloads 2 mentions 3 exports 3 dependencies

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

TargetResultTimeFilesSyslog
linux-devel-arm64OK151
linux-devel-x86_64OK148
source / vignettesOK248
linux-release-arm64OK155
linux-release-x86_64OK148
macos-release-arm64OK86
macos-release-x86_64OK345
macos-oldrel-arm64OK109
macos-oldrel-x86_64OK248
windows-develOK163
windows-releaseOK158
windows-oldrelOK138
wasm-releaseOK152

Exports:knnWKNNDWKNNF

Dependencies:BHRcppRcppEigen