Skip to content

RANN k nearest neighbour search v2.3.0

Choose a tag to compare

@jefferis jefferis released this 04 Jun 11:04

An R package to find the k nearest neighbours for every point in a given dataset in O(N log N) time using Arya and Mount's ANN library (v1.1.3). There is support for approximate as well as exact searches, fixed radius searches and bd as well as kd trees. For further details on the underlying ANN library, see http://www.cs.umd.edu/~mount/ANN.