RcppAnnoy

From MaRDI portal
Software:65335



CRANRcppAnnoyMaRDI QIDQ65335

'Rcpp' Bindings for 'Annoy', a Library for Approximate Nearest Neighbors

Dirk Eddelbuettel

Last update: 23 January 2024

Software version identifier: 0.0.20, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.0.10, 0.0.11, 0.0.12, 0.0.13, 0.0.14, 0.0.15, 0.0.16, 0.0.17, 0.0.18, 0.0.19, 0.0.20, 0.0.21, 0.0.22


Copyright license: GNU General Public License, version 3.0, GNU General Public License, version 2.0

'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'. 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 released under the MIT license.