net_knn: Construct a knn-network from a distance matrix.
Description
Construct a knn-network from a distance matrix.
Usage
net_knn(D, k, num_cores = 1)
Arguments
k
(Integer) k nearest-nearest neighbors where each time series
will be connected to
num_cores
(Integer) Number of cores to use.
Value
k nearest-neighbor network