find_knn_parallel_tree | 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_tree(tree, K)
tree |
an object of class phylo |
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.