Movatterモバイル変換


[0]ホーム

URL:


Skip to contents

RANN

Release VersionCRAN_Status_BadgeR-CMD-checkCodecov test coverageDownloads

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 theRANN1 package.

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

Installation

Released versions

The recommendation is to install the released version fromCRAN by doing:

Bleeding Edge

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

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

Feedback

Please feel free to:

Copyright and License

seeinst/COPYRIGHT andDESCRIPTION files for copyright and license information.

Links

License

  • GPL (>=3)

Citation

Developers

  • Gregory Jefferis
    Author, maintainer
  • Samuel E. Kemp
    Author
  • Sunil Arya
    Author, copyright holder
  • David Mount
    Author, copyright holder
  • More about authors...

[8]ページ先頭

©2009-2025 Movatter.jp