View source: R/method_mlpack.R
method_mlpack | R Documentation |
See details of lsh and knn.
method_mlpack(x, y, algo = c("lsh", "kd"), k, verbose, seed, path, control)
x |
deduplication or reference data, |
y |
query data, |
algo |
which algorithm should be used: |
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 |
Maciej Beręsewicz
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.