Learn R Programming

RcppHNSW (version 0.6.0)

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

Description

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

Copy Link

Version

Install

install.packages('RcppHNSW')

Monthly Downloads

26,251

Version

0.6.0

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

James Melville

Last Published

February 4th, 2024

Functions in RcppHNSW (0.6.0)

hnsw_build

Build an hnswlib nearest neighbor index
hnsw_knn

Find Nearest Neighbors and Distances
hnsw_search

Search an hnswlib nearest neighbor index
RcppHnsw-package

Rcpp bindings for the hnswlib C++ library for approximate nearest neighbors.