Skip to contents

See details of the RcppAnnoy package.

Usage

method_annoy(x, y, k, distance, verbose, path, seed, control)

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 or build methods for RcppAnnoy.

Details

Imports

Author

Maciej Beręsewicz