RcppAnnoy-package {RcppAnnoy} | R 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
[Package RcppAnnoy version 0.0.22 Index]