method_annoy | R Documentation |
See details of the RcppAnnoy package.
method_annoy(x, y, k, distance, verbose, path, seed, control)
x |
deduplication or reference data, |
y |
query data, |
k |
number of neighbours to return, |
distance |
distance metric, |
verbose |
if TRUE, log messages to the console, |
path |
path to write the index, |
seed |
seed for the pseudo-random numbers algorithm, |
control |
controls for |
Maciej Beręsewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.