net_knn_approx: Construct an approximated knn-network (faster, but...

View source: R/tss_to_net.R

net_knn_approxR Documentation

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

D

Distance matrix

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


ts2net documentation built on June 9, 2022, 9:06 a.m.