Package: RcppAnnoy 0.0.22

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

'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.

Authors:Dirk Eddelbuettel

RcppAnnoy_0.0.22.tar.gz
RcppAnnoy_0.0.22.zip(r-4.5)RcppAnnoy_0.0.22.zip(r-4.4)RcppAnnoy_0.0.22.zip(r-4.3)
RcppAnnoy_0.0.22.tgz(r-4.4-arm64)RcppAnnoy_0.0.22.tgz(r-4.4-x86_64)RcppAnnoy_0.0.22.tgz(r-4.3-arm64)RcppAnnoy_0.0.22.tgz(r-4.3-x86_64)
RcppAnnoy_0.0.22.tar.gz(r-4.5-noble)RcppAnnoy_0.0.22.tar.gz(r-4.4-noble)
RcppAnnoy_0.0.22.tgz(r-4.4-emscripten)RcppAnnoy_0.0.22.tgz(r-4.3-emscripten)
RcppAnnoy.pdf |RcppAnnoy.html
RcppAnnoy/json (API)
NEWS

# Install 'RcppAnnoy' in R:
install.packages('RcppAnnoy', repos = c('https://eddelbuettel.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/eddelbuettel/rcppannoy/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

annoynearestnearest-neighbors

6 exports 71 stars 7.35 score 1 dependencies 132 dependents 1 mentions 29.5k downloads

Last updated 2 months agofrom:b33c20b0c3

Exports:AnnoyAngularAnnoyEuclideanAnnoyHammingAnnoyManhattangetAnnoyVersiongetArchictectureStatus

Dependencies:Rcpp

Using Annoy in C++

Rendered fromUsingAnnoyInCppWrapper.Rnwusingutils::Sweaveon Jul 20 2024.

Last update: 2023-06-15
Started: 2023-06-15

Readme and manuals

Help Manual

Help pageTopics
Rcpp bindings for the Annoy C++ library for approximate nearest neighbors.RcppAnnoy-package RcppAnnoy Rcpp_Annoy
Approximate Nearest Neighbors with AnnoyAnnoyAngular AnnoyEuclidean AnnoyHamming AnnoyIndex AnnoyManhattan Rcpp_AnnoyAngular Rcpp_AnnoyAngular-class Rcpp_AnnoyEuclidean Rcpp_AnnoyEuclidean-class Rcpp_AnnoyHamming Rcpp_AnnoyHamming-class Rcpp_AnnoyManhattan Rcpp_AnnoyManhattan-class
Get the Annoy library versiongetAnnoyVersion
Report CPU Architecture and CompilergetArchictectureStatus