Learn R Programming

ts2net (version 0.1.0)

tsdist_dtw: Dynamic Time Warping (DTW) distance.

Description

This function is a wrapper for the dtw() function from the dtw package.

Usage

tsdist_dtw(ts1, ts2, ...)

Arguments

ts1

Array. Time series 1

ts2

Array. Time series 2

...

Additional parameters for the dtw() function from the dtw package.

Value

DTW distance