Learn R Programming

⚠️There's a newer version (0.0.22) of this package.Take me there.

RcppAnnoy (version 0.0.4)

Rcpp Bindings for Annoy, a Library for Approximate Nearest Neighbors

Description

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 and BH packages, exposing the same interface as the original Python wrapper to Annoy. See https://github.com/spotify/annoy for more on Annoy. Annoy is released under Version 2.0 of the Apache License. Also included is a small Windows port of mmap which is release under the MIT license.

Copy Link

Version

Install

install.packages('RcppAnnoy')

Monthly Downloads

65,355

Version

0.0.4

License

GPL (>= 2)

Maintainer

Dirk Eddelbuettel

Last Published

December 8th, 2014

Functions in RcppAnnoy (0.0.4)

RcppAnnoy-package

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