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:
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
- kcpoints - List of 3 matrices containing 3D points from Drosophila neurons
Last updated from:718346a135. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 173 | ||
| linux-devel-x86_64 | OK | 149 | ||
| source / vignettes | OK | 172 | ||
| linux-release-arm64 | OK | 148 | ||
| linux-release-x86_64 | OK | 143 | ||
| macos-release-arm64 | OK | 107 | ||
| macos-release-x86_64 | OK | 207 | ||
| macos-oldrel-arm64 | OK | 85 | ||
| macos-oldrel-x86_64 | OK | 222 | ||
| windows-devel | OK | 145 | ||
| windows-release | OK | 123 | ||
| windows-oldrel | OK | 135 | ||
| wasm-release | OK | 128 |
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Wrapper for libnabo K Nearest Neighbours C++ library | nabor-package nabor |
| List of 3 matrices containing 3D points from Drosophila neurons | kcpoints |
| Find K nearest neighbours for multiple query points | knn |
| Wrapper classes for k-NN searches enabling repeated queries of the same tree | WKNN WKNND WKNND-class WKNNF WKNNF-class |
