RcppAnnoy (version 0.0.8)

RcppAnnoy-package: 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.

Arguments

Details

Details about Annoy are available at the reference listed below.

References

https://github.com/spotify/annoy

Examples

Run this code
  # Optional simple examples of the most important functions

Run the code above in your browser using DataCamp Workspace