method_nnd: An internal function to use the NN descent algorithm via the...

View source: R/method_nnd.R

method_nndR 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


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