Package: RcppHNSW 0.7.0.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:
RcppHNSW_0.7.0.9000.tar.gz
RcppHNSW_0.7.0.9000.zip(r-4.7)RcppHNSW_0.7.0.9000.zip(r-4.6)RcppHNSW_0.7.0.9000.zip(r-4.5)
RcppHNSW_0.7.0.9000.tgz(r-4.6-x86_64)RcppHNSW_0.7.0.9000.tgz(r-4.6-arm64)RcppHNSW_0.7.0.9000.tgz(r-4.5-x86_64)RcppHNSW_0.7.0.9000.tgz(r-4.5-arm64)
RcppHNSW_0.7.0.9000.tar.gz(r-4.7-arm64)RcppHNSW_0.7.0.9000.tar.gz(r-4.7-x86_64)RcppHNSW_0.7.0.9000.tar.gz(r-4.6-arm64)RcppHNSW_0.7.0.9000.tar.gz(r-4.6-x86_64)
RcppHNSW_0.7.0.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
RcppHNSW/json (API)
NEWS
| # Install 'RcppHNSW' in R: |
| install.packages('RcppHNSW', repos = c('https://jlmelville.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jlmelville/rcpphnsw/issues
approximate-nearest-neighbor-searchhnswk-nearest-neighborsknnnearest-neighbor-searchnmslibrcppcpp
Last updated from:8412b5f707. Checks:12 OK, 1 ERROR. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 132 | ||
| linux-devel-x86_64 | OK | 131 | ||
| source / vignettes | OK | 172 | ||
| linux-release-arm64 | ERROR | 135 | ||
| linux-release-x86_64 | OK | 131 | ||
| macos-release-arm64 | OK | 94 | ||
| macos-release-x86_64 | OK | 300 | ||
| macos-oldrel-arm64 | OK | 102 | ||
| macos-oldrel-x86_64 | OK | 262 | ||
| windows-devel | OK | 233 | ||
| windows-release | OK | 141 | ||
| windows-oldrel | OK | 115 | ||
| wasm-release | OK | 108 |
Exports:hnsw_buildhnsw_knnhnsw_searchHnswCosineHnswEuclideanHnswIpHnswL2
Dependencies:Rcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| 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 index | hnsw_build |
| Find Nearest Neighbors and Distances | hnsw_knn |
| Search an hnswlib nearest neighbor index | hnsw_search |
