# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "RANN" in publications use:' type: software title: 'RANN: Fast Nearest Neighbour Search (Wraps ANN Library) Using L2 Metric' version: 2.6.2 doi: 10.32614/CRAN.package.RANN abstract: 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. authors: - family-names: Jefferis given-names: Gregory email: jefferis@gmail.com orcid: https://orcid.org/0000-0002-0587-9355 - family-names: Kemp given-names: Samuel E. - family-names: Arya given-names: Sunil orcid: https://orcid.org/0000-0003-0939-4192 - family-names: Mount given-names: David orcid: https://orcid.org/0000-0002-3290-8932 repository: https://jefferislab.r-universe.dev repository-code: https://github.com/jefferislab/RANN commit: d45c95d3ff3e09c626f560f1f03aabd478ca9067 url: https://jefferislab.github.io/RANN/ contact: - family-names: Jefferis given-names: Gregory email: jefferis@gmail.com orcid: https://orcid.org/0000-0002-0587-9355