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 15 Apr. 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
03/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for RcppAnnoy40050060070080090010001100120013001400150016001700TrendBars

Today's Hot Picks in Authors and Packages

StructFDR  
False Discovery Control Procedure Integrating the Prior Structure Information
Perform more powerful false discovery control (FDR) for microbiome data, taking into account the pri ...
Download / Learn more Package Citations See dependency  
SAutomata  
Inference and Learning in Stochastic Automata
Machine learning provides algorithms that can learn from data and make inferences or predictions. St ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
mipplot  
An Open-Source Tool for Visualization of Climate Mitigation Scenarios
Generic functions to produce area/bar/box/line plots of data following IAMC (Integrated Assessment M ...
Download / Learn more Package Citations See dependency  
mt  
Metabolomics Data Analysis Toolbox
Functions for metabolomics data analysis: data preprocessing, orthogonal signal correction, PCA ana ...
Download / Learn more Package Citations See dependency  
ktsolve  
Configurable Function for Solving Families of Nonlinear Equations
This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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