find_nn_dist | R Documentation |
Find nearest neighbors based on a distance matrix
find_nn_dist(d, m)
d |
distance matrix (e.g. distances) |
m |
number of neighbors |
a matrix of nearest neighbors of dimension n x m
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.