Other packages > Find by keyword >

RcppAnnoy  

'Rcpp' Bindings for 'Annoy', a Library for Approximate Nearest Neighbors
View on CRAN: Click here


Download and install RcppAnnoy package within the R console
Install from CRAN:
install.packages("RcppAnnoy")

Install from Github:
library("remotes")
install_github("cran/RcppAnnoy")

Install by package version:
library("remotes")
install_version("RcppAnnoy", "0.0.22")



Attach the package and use:
library("RcppAnnoy")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
First Published: 2014-11-16
Latest Update: 2024-01-23
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' package, exposing the same interface as the original Python wrapper to 'Annoy'. See 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.
How to cite:
Dirk Eddelbuettel (2014). RcppAnnoy: 'Rcpp' Bindings for 'Annoy', a Library for Approximate Nearest Neighbors. R package version 0.0.22, https://cran.r-project.org/web/packages/RcppAnnoy. Accessed 26 Mar. 2025.
Previous versions and publish date:
0.0.2 (2014-11-16 12:19), 0.0.3 (2014-11-18 11:20), 0.0.4 (2014-12-08 21:29), 0.0.5 (2015-01-24 12:55), 0.0.6 (2015-05-04 01:26), 0.0.7 (2015-11-15 22:27), 0.0.8 (2016-10-01 17:53), 0.0.9 (2017-08-31 14:01), 0.0.10 (2017-09-26 05:08), 0.0.11 (2018-11-01 19:40), 0.0.12 (2019-05-12 19:20), 0.0.13 (2019-09-23 14:20), 0.0.14 (2019-11-12 12:50), 0.0.15 (2020-02-27 16:40), 0.0.16 (2020-03-08 19:50), 0.0.17 (2020-11-16 08:50), 0.0.18 (2020-12-15 23:10), 0.0.19 (2021-07-30 20:00), 0.0.20 (2022-10-28 01:37), 0.0.21 (2023-07-03 00:50)
Other packages that cited RcppAnnoy R package
View RcppAnnoy citation profile
Other R packages that RcppAnnoy depends, imports, suggests or enhances
Complete documentation for RcppAnnoy
Functions, R codes and Examples using the RcppAnnoy R package
Some associated functions: AnnoyIndex . RcppAnnoy-package . getAnnoyVersion . getArchictectureStatus . 
Some associated R codes: RcppExports.R . annoy.R . version.R .  Full RcppAnnoy package functions and examples
Downloads during the last 30 days
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for RcppAnnoy400500600700800900100011001200130014001500TrendBars

Today's Hot Picks in Authors and Packages

sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency  
MGL  
Module Graphical Lasso
An aggressive dimensionality reduction and network estimationtechnique for a high-dimensiona ...
Download / Learn more Package Citations See dependency  
photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  
fPortfolio  
Rmetrics - Portfolio Selection and Optimization
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA