Package: RcppHNSW 0.6.9000

RcppHNSW: 'Rcpp' Bindings for 'hnswlib', a Library for Approximate Nearest Neighbors

'Hnswlib' is a C++ library for Approximate Nearest Neighbors. This package provides a minimal R interface by relying on the 'Rcpp' package. See <https://github.com/nmslib/hnswlib> for more on 'hnswlib'. 'hnswlib' is released under Version 2.0 of the Apache License.

Authors:James Melville [aut, cre, cph], Aaron Lun [ctb], Samuel Granjeaud [ctb], Dmitriy Selivanov [ctb], Yuxing Liao [ctb]

RcppHNSW_0.6.9000.tar.gz
RcppHNSW_0.6.9000.zip(r-4.5)RcppHNSW_0.6.9000.zip(r-4.4)RcppHNSW_0.6.9000.zip(r-4.3)
RcppHNSW_0.6.9000.tgz(r-4.4-x86_64)RcppHNSW_0.6.9000.tgz(r-4.4-arm64)RcppHNSW_0.6.9000.tgz(r-4.3-x86_64)RcppHNSW_0.6.9000.tgz(r-4.3-arm64)
RcppHNSW_0.6.9000.tar.gz(r-4.5-noble)RcppHNSW_0.6.9000.tar.gz(r-4.4-noble)
RcppHNSW_0.6.9000.tgz(r-4.4-emscripten)RcppHNSW_0.6.9000.tgz(r-4.3-emscripten)
RcppHNSW.pdf |RcppHNSW.html
RcppHNSW/json (API)
NEWS

# Install 'RcppHNSW' in R:
install.packages('RcppHNSW', repos = c('https://jlmelville.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/jlmelville/rcpphnsw/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

approximate-nearest-neighbor-searchhnswk-nearest-neighborsknnnearest-neighbor-searchnmslibrcpp

7 exports 34 stars 6.94 score 1 dependencies 119 dependents 59 scripts 24.3k downloads

Last updated 4 months agofrom:0e41d91a6c. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 15 2024
R-4.5-win-x86_64OKSep 15 2024
R-4.5-linux-x86_64OKSep 15 2024
R-4.4-win-x86_64OKSep 15 2024
R-4.4-mac-x86_64OKSep 15 2024
R-4.4-mac-aarch64OKSep 15 2024
R-4.3-win-x86_64OKSep 15 2024
R-4.3-mac-x86_64OKSep 15 2024
R-4.3-mac-aarch64OKSep 15 2024

Exports:hnsw_buildhnsw_knnhnsw_searchHnswCosineHnswEuclideanHnswIpHnswL2

Dependencies:Rcpp

Readme and manuals

Help Manual

Help pageTopics
Rcpp bindings for the hnswlib C++ library for approximate nearest neighbors.RcppHNSW-package RcppHnsw-package HnswCosine HnswEuclidean HnswIp HnswL2 RcppHNSW Rcpp_HnswCosine-class Rcpp_HnswEuclidean-class Rcpp_HnswIp-class Rcpp_HnswL2-class
Build an hnswlib nearest neighbor indexhnsw_build
Find Nearest Neighbors and Distanceshnsw_knn
Search an hnswlib nearest neighbor indexhnsw_search