-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: RANNinf
Title: Fast Nearest Neighbour Search (Wraps ANN Library) Using L2
Metric
Author: Sunil Arya and David Mount (for ANN), Samuel E. Kemp, Gregory Jefferis
Maintainer: Gregory Jefferis <[email protected]>
Copyright: ANN library is copyright University of Maryland and Sunil
Arya and David Mount. See file COPYRIGHT for details.
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.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.
URL: https://github.com/jefferis/RANN
BugReports: https://github.com/jefferis/RANN/issues
Encoding: UTF-8
License: GPL (>=3)
Suggests: testthat
Imports: Rcpp (>= 0.11.6)
LinkingTo: Rcpp, BH, RcppArmadillo
Version: 2.5.0.99
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-10-20 04:04:26 UTC; xqiu