net_knn_approx: Construct an approximated knn-network (faster, but approximated) from
a distance matrix.
Description
Construct an approximated knn-network (faster, but approximated) from
a distance matrix.
Usage
net_knn_approx(D, k, ...)
Arguments
k
(Integer) k nearest-nearest neighbors where each time series
will be connected to
...
Other parameters to kNN() function from dbscan package.
Value
Approximated k nearest-neighbor network