net_knn | R Documentation |
Construct a knn-network from a distance matrix.
net_knn(D, k, num_cores = 1)
D |
Distance matrix |
k |
(Integer) k nearest-nearest neighbors where each time series will be connected to |
num_cores |
(Integer) Number of cores to use. |
k nearest-neighbor network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.