Package: RcppAnnoy 0.0.23
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.23.tar.gz
RcppAnnoy_0.0.23.zip(r-4.7)RcppAnnoy_0.0.23.zip(r-4.6)RcppAnnoy_0.0.23.zip(r-4.5)
RcppAnnoy_0.0.23.tgz(r-4.6-x86_64)RcppAnnoy_0.0.23.tgz(r-4.6-arm64)RcppAnnoy_0.0.23.tgz(r-4.5-x86_64)RcppAnnoy_0.0.23.tgz(r-4.5-arm64)
RcppAnnoy_0.0.23.tar.gz(r-4.7-arm64)RcppAnnoy_0.0.23.tar.gz(r-4.7-x86_64)RcppAnnoy_0.0.23.tar.gz(r-4.6-arm64)RcppAnnoy_0.0.23.tar.gz(r-4.6-x86_64)
RcppAnnoy_0.0.23.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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
annoynearestnearest-neighborscpp
Last updated from:8e59f54658. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 144 | ||
| linux-devel-x86_64 | OK | 182 | ||
| source / vignettes | OK | 160 | ||
| linux-release-arm64 | OK | 136 | ||
| linux-release-x86_64 | OK | 129 | ||
| macos-release-arm64 | OK | 96 | ||
| macos-release-x86_64 | OK | 276 | ||
| macos-oldrel-arm64 | OK | 110 | ||
| macos-oldrel-x86_64 | OK | 387 | ||
| windows-devel | OK | 140 | ||
| windows-release | OK | 140 | ||
| windows-oldrel | OK | 143 | ||
| wasm-release | OK | 100 |
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 |
