method_mlpack: An internal function to use the LSH and KD-tree algorithm via...

View source: R/method_mlpack.R

method_mlpackR Documentation

An internal function to use the LSH and KD-tree algorithm via the mlpack package.

Description

See details of lsh and knn.

Usage

method_mlpack(x, y, algo = c("lsh", "kd"), k, verbose, seed, path, control)

Arguments

x

deduplication or reference data,

y

query data,

algo

which algorithm should be used: lsh or kd,

k

number of neighbours to return,

verbose

if TRUE, log messages to the console,

seed

seed for the pseudo-random numbers algorithm,

path

path to write the index,

control

controls for the lsh or kd algorithms.

Author(s)

Maciej Beręsewicz


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