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]
All associated links for this package
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 <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.
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
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

smcfcs  
Multiple Imputation of Covariates by Substantive Model Compatible Fully Conditional Specification
Implements multiple imputation of missing covariates by Substantive Model Compatible Fully Condition ...
Download / Learn more Package Citations See dependency  
plotBart  
Diagnostic and Plotting Functions to Supplement 'bartCause'
Functions to assist in diagnostics and plotting during the causal inference modeling process. Suppl ...
Download / Learn more Package Citations See dependency  
onlineCOV  
Online Change Point Detection in High-Dimensional Covariance Structure
Implement a new stopping rule to detect anomaly in the covariance structure of high-dimensional onli ...
Download / Learn more Package Citations See dependency  
Maintainer: Jun Li (view profile)
thriftr  
Apache Thrift Client Server
Pure R implementation of Apache Thrift. This library doesn't require any code generation. To learn m ...
Download / Learn more Package Citations See dependency  
hydroTSM  
Time Series Management and Analysis for Hydrological Modelling
S3 functions for management, analysis, interpolation and plotting of time series used in hydrology a ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resizer for Images, Tables and Fancy Resizable Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

22,086

R Packages

187,731

Dependencies

55,244

Author Associations

22,087

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns