Learn R Programming

ts2net (version 0.1.0)

net_enn_approx: Construct an approximated epsilon neighbor network (faster, but approximated) from a distance matrix. Some actual nearest neighbors may be omitted.

Description

Construct an approximated epsilon neighbor network (faster, but approximated) from a distance matrix. Some actual nearest neighbors may be omitted.

Usage

net_enn_approx(D, eps, ...)

Arguments

D

Distance matrix

eps

(Integer) k nearest-nearest neighbors where each time series will be connected to

...

Other parameters to frNN() function from dbscan package.

Value

Approximated epsilon nearest-neighbor network