R-RANN - Fast Nearest Neighbour Search
Website: | http://cran.at.r-project.org/web/packages/RANN/index.html |
---|---|
License: | GPL-2 |
- Description:
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.1). Two functions allow searches for nearest neighbours within a point set or between two separate point sets. There is support for approximate as well as exact searches, fixed radius searches and bd as well as kd trees. This version updates ANN 1.1.3 and fixes package compilation on Windows.
Packages
R-RANN-2.1.2-1.fc12.x86_64 [38 KiB] |
Changelog
by pingou (2010-04-26):
- Update to version 2.1.2 |