Description Usage Arguments Value
This function determines whether to obtain knn information using an exact brute force approach or using an approximate algorithm
1 |
d |
data matrix |
config |
list with settings; relevant settings are as follows: input - "data" or "dist" n.neighbors - number of neighbors k metric.function - function with signature f(a, b) |
brute.force |
logical, during development, set FALSE to force stochastic knn |
list with at least two components, indexes and distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.