Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

RANN

Fast Nearest Neighbour Search (Wraps ANN Library) Using L2 Metric

Finds 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. The distance is computed using the L2 (Euclidean) metric. Please see package 'RANN.L1' for the same functionality using the L1 (Manhattan, taxicab) metric.

Functions (2)

RANN

Fast Nearest Neighbour Search (Wraps ANN Library) Using L2 Metric

v2.6.1
GPL (>= 3)
Authors
Sunil Arya and David Mount (for ANN), Samuel E. Kemp, Gregory Jefferis
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.