powered by
Computes Dynamic Time Warping distance between time series.
diss.DTWARP(x, y, ...)
The computed distance.
Numeric vector containing the first of the two time series.
Numeric vector containing the second of the two time series.
Additional parameters for the function. See link[dtw]{dtw}.
link[dtw]{dtw}
This is basically a wrapper for dtw of the dtw package, intended for an easier discovery of the functionalities used in TSclust.
dtw
diss, link[dtw]{dtw}
diss
## Create three sample time series x <- cumsum(rnorm(100)) y <- cumsum(rnorm(100)) diss.DTWARP(x, y)
Run the code above in your browser using DataLab