Package: RcppAnnoy 0.0.22.1
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:
RcppAnnoy_0.0.22.1.tar.gz
RcppAnnoy_0.0.22.1.zip(r-4.5)RcppAnnoy_0.0.22.1.zip(r-4.4)RcppAnnoy_0.0.22.1.zip(r-4.3)
RcppAnnoy_0.0.22.1.tgz(r-4.4-x86_64)RcppAnnoy_0.0.22.1.tgz(r-4.4-arm64)RcppAnnoy_0.0.22.1.tgz(r-4.3-x86_64)RcppAnnoy_0.0.22.1.tgz(r-4.3-arm64)
RcppAnnoy_0.0.22.1.tar.gz(r-4.5-noble)RcppAnnoy_0.0.22.1.tar.gz(r-4.4-noble)
RcppAnnoy_0.0.22.1.tgz(r-4.4-emscripten)RcppAnnoy_0.0.22.1.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')) |
Bug tracker:https://github.com/eddelbuettel/rcppannoy/issues
Last updated 2 months agofrom:54d8d34b5b. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 05 2024 |
R-4.5-win-x86_64 | OK | Nov 05 2024 |
R-4.5-linux-x86_64 | OK | Nov 05 2024 |
R-4.4-win-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-x86_64 | OK | Nov 05 2024 |
R-4.4-mac-aarch64 | OK | Nov 05 2024 |
R-4.3-win-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-x86_64 | OK | Nov 05 2024 |
R-4.3-mac-aarch64 | OK | Nov 05 2024 |
Exports:AnnoyAngularAnnoyDotProductAnnoyEuclideanAnnoyHammingAnnoyManhattangetAnnoyVersiongetArchictectureStatus
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Rcpp bindings for the Annoy C++ library for approximate nearest neighbors. | RcppAnnoy-package RcppAnnoy Rcpp_Annoy |
Approximate Nearest Neighbors with Annoy | AnnoyAngular AnnoyDotProduct AnnoyEuclidean AnnoyHamming AnnoyIndex AnnoyManhattan Rcpp_AnnoyAngular Rcpp_AnnoyAngular-class Rcpp_AnnoyDotProduct Rcpp_AnnoyDotProduct-class Rcpp_AnnoyEuclidean Rcpp_AnnoyEuclidean-class Rcpp_AnnoyHamming Rcpp_AnnoyHamming-class Rcpp_AnnoyManhattan Rcpp_AnnoyManhattan-class |
Get the Annoy library version | getAnnoyVersion |
Report CPU Architecture and Compiler | getArchictectureStatus |