-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.36 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Type: Package
Package: nabor
Title: Wraps 'libnabo', a Fast K Nearest Neighbour Library for
Low Dimensions
Version: 0.5.1
Authors@R: c(
person("Gregory","Jefferis", email="jefferis@gmail.com",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-0587-9355")),
person("Stephane","Mangenat", role=c("aut", "cph"),
comment = "for libnabo")
)
Description: 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.
License: BSD_3_clause + file LICENSE
URL: https://github.com/jefferis/nabor,
https://github.com/ethz-asl/libnabo
BugReports: https://github.com/jefferis/nabor/issues
Depends:
R (>= 3.0.2)
Imports:
methods,
Rcpp (>= 0.11.2)
Suggests:
RANN,
testthat
LinkingTo:
BH (>= 1.54.0-4),
Rcpp,
RcppEigen (>= 0.3.2.2.0)
Copyright: libnabo is copyright 2010--2011, Stephane Magnenat,
ASL, ETHZ, Switzerland <stephane at magnenat dot net>
Encoding: UTF-8
RoxygenNote: 7.1.0