method_hnsw | R Documentation |
See details of hnsw_build and hnsw_search.
method_hnsw(x, y, k, distance, verbose, n_threads, path, control, seed)
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. |
Maciej Beręsewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.