RcppAnnoy-package: Rcpp bindings for the Annoy C++ library for approximate...

RcppAnnoy-packageR Documentation

Rcpp bindings for the Annoy C++ library for approximate nearest neighbors.

Description

Annoy is a small library written to provide fast and memory-efficient nearest neigbor lookup from a possibly static index which can be shared across processes.

Details

Details about Annoy are available at the reference listed below.

Author(s)

Dirk Eddelbuettel for the R interface; Erik Bernhardsson for Annoy itself.

Maintainer: Dirk Eddelbuettel <edd@debian.org>

References

https://github.com/spotify/annoy

Examples

  # Optional simple examples of the most important functions

RcppAnnoy documentation built on July 9, 2023, 7:30 p.m.