Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ RANN Public

❗ This is a read-only mirror of the CRAN R package repository. RANN — Fast Nearest Neighbour Search (Wraps ANN Library) Using L2 Metric. Homepage: https://github.com/jefferislab/RANNhttps://jefferislab.github.io/RANN/ Report bugs for this package: https://github.com/jefferislab/RANN/issues

Notifications You must be signed in to change notification settings

cran/RANN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RANN

Release Version CRAN_Status_Badge R-CMD-check Codecov test coverage Downloads

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.

This package implements nearest neighbors for the Euclidean (L2) metric. For the Manhattan (L1) metric, install the RANN1 package.

For further details on the underlying ANN library, see https://www.cs.umd.edu/~mount/ANN.

Installation

Released versions

The recommendation is to install the released version from CRAN by doing:

install.packages("RANN")

Bleeding Edge

You can, however, use the remotes package to install the development version:

# install.packages("remotes")
remotes::install_github("jefferis/RANN")

Feedback

Please feel free to:

Copyright and License

see inst/COPYRIGHT and DESCRIPTION files for copyright and license information.

About

❗ This is a read-only mirror of the CRAN R package repository. RANN — Fast Nearest Neighbour Search (Wraps ANN Library) Using L2 Metric. Homepage: https://github.com/jefferislab/RANNhttps://jefferislab.github.io/RANN/ Report bugs for this package: https://github.com/jefferislab/RANN/issues

Resources

Stars

Watchers

Forks

Packages

No packages published