method_annoy: An internal function to use Annoy algorithm via the RcppAnnoy...

View source: R/method_annoy.R

method_annoyR Documentation

An internal function to use Annoy algorithm via the RcppAnnoy package.

Description

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.

Author(s)

Maciej Beręsewicz


blocking documentation built on June 18, 2025, 9:16 a.m.