Learn R Programming

dtw (version 0.1-2)

dtw-package: Dynamic Time Warp algorithms in R

Description

Dynamic Time Warp: find the optimal alignment between two time series.

Arguments

Details

ll{ Package: dtw Type: Package Version: 1.0 Date: 2007-11-30 License: GPL-2 }

Implementation of Dynamic Time Warping algorithms in R. Most variants of the algorithm are supported: currently symmetric, asymmetric and custom step patterns, with weighting. Also supports windowing (Itakura parallelogram, Sakoe-Chiba band, custom, no windowing), and handles cases when query and template length differ.

Multivariate matching supported via user-supplied distance matrix.

Currently pure-R.

Please see documentation for function dtw.

References

TODO

Examples

Run this code
## TODO

Run the code above in your browser using DataLab