find_knn_parallel | R Documentation |
Computes nearest-neighbor indices and distances in parallel. Query is over all points and results do not include the self-distance.
find_knn_parallel(data, K)
data |
a Samples x Dimensions numeric matrix |
K |
number of neighbors to query |
list with two items: index: Samples x K matrix of neighbor indices dist: Samples x K matrix of neighbor distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.