r-cran-rcppannoy

Rcpp bindings for Annoy (approximate nearest neighbors)
  https://cran.r-project.org/package=RcppAnnoy
  0
  no reviews



'Annoy' is a small C++ library for Approximate Nearest Neighbors written for efficient memory usage as well an ability to load from / save to disk. This package provides an R interface by relying on the 'Rcpp' package, exposing the same interface as the original Python wrapper to 'Annoy'.