-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
18 lines (18 loc) · 1.13 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: Rnanoflann
Type: Package
Title: Extremely Fast Nearest Neighbor Search
Version: 0.0.2
Date: 2023-12-04
Authors@R: c(
person("Manos Papadakis", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Jose Luis Blanco", email = "[email protected]" , role = c("aut","cph")),
person("Michail Tsagris", role = c("ctb"))
)
Maintainer: Manos Papadakis <[email protected]>
Copyright: 'nanoflann' library is copyright Jose Luis Blanco. See file COPYRIGHT for details.
Description: Finds the k nearest neighbours for every point in a given dataset using Jose Luis' 'nanoflann' library. There is support for exact searches, fixed radius searches with 'kd' trees and two distances, the 'Euclidean' and 'Manhattan'. For more information see <https://github.com/jlblancoc/nanoflann>. Also, the 'nanoflann' library is exported and ready to be used via the linking to mechanism.
License: GPL (>= 3)
Imports: Rcpp (>= 1.0.11)
LinkingTo: Rcpp, RcppArmadillo
BugReports: https://github.com/ManosPapadakis95/Rnanoflann/issues
URL: https://github.com/ManosPapadakis95/Rnanoflann