method_nnd {blocking} | R Documentation |
An internal function to use the NN descent algorithm via the rnndescent package.
Description
See details of rnnd_build and rnnd_query.
Usage
method_nnd(x, y, k, distance, deduplication, verbose, n_threads, control, seed)
Arguments
x |
deduplication or reference data, |
y |
query data, |
k |
number of neighbours to return, |
distance |
type of distance to calculate, |
deduplication |
whether the deduplication is applied, |
verbose |
if TRUE, log messages to the console, |
n_threads |
maximum number of threads to use, |
control |
controls for the NN descent algorithm. |
Author(s)
Maciej Beręsewicz
[Package blocking version 1.0.1 Index]