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
.