An internal function to use Annoy algorithm via the RcppAnnoy package.
Source:R/method_annoy.R
method_annoy.Rd
See details of the RcppAnnoy package.
Arguments
- 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
new
orbuild
methods for RcppAnnoy.