method_hnsw {blocking} | R Documentation |
An internal function to use HNSW algorithm via the RcppHNSW package.
Description
See details of hnsw_build and hnsw_search.
Usage
method_hnsw(x, y, k, distance, verbose, n_threads, path, control, seed)
Arguments
x |
deduplication or reference data, |
y |
query data, |
k |
number of neighbours to return, |
distance |
type of distance to calculate, |
verbose |
if TRUE, log messages to the console, |
n_threads |
Maximum number of threads to use, |
path |
path to write the index, |
control |
controls for the HNSW algorithm. |
Author(s)
Maciej Beręsewicz
[Package blocking version 1.0.1 Index]