CMD + K

r-nabor

Community

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.

Installation

To install this package, run one of the following:

Conda
$conda install r_test::r-nabor

Usage Tracking

0.5.0
1 / 8 versions selected
Downloads (Last 6 months): 0

About

Summary

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.

Last Updated

Dec 13, 2019 at 20:34

License

BSD_3_clause

Total Downloads

33

Supported Platforms

linux-64
macOS-64
win-64