https://github.com/cran/dtw
Revision 8635857e84591d8779b36aa05f9db41e7cfd09d6 authored by Toni Giorgino on 30 November 2007, 00:00:00 UTC, committed by Gabor Csardi on 30 November 2007, 00:00:00 UTC
1 parent 904b9c1
Raw File
Tip revision: 8635857e84591d8779b36aa05f9db41e7cfd09d6 authored by Toni Giorgino on 30 November 2007, 00:00:00 UTC
version 0.3-1
Tip revision: 8635857
DESCRIPTION
Package: dtw
Type: Package
Title: Dynamic Time Warping algorithms
Version: 0.3-1
Date: 2007-11-30
Author: Toni Giorgino <toni.giorgino@unipv.it>, with
	contributions from Paolo Tormene <paolo.tormene@gmail.com>
Maintainer: Toni Giorgino <toni.giorgino@unipv.it>
Description: Implementation of Dynamic Time Warp (DTW) and its
	     generalizations. DTW finds the optimal mapping (local
	     time stretch) between a given query into a given template
	     time series. Implements symmetric, asymmetric, and custom
	     step patterns with weights. Supports windowing (none,
	     itakura, sakoe-chiba, custom).  DTW outputs minimum
	     cumulative distance, warping paths, etc.
License: GPL (>=2)
Packaged: Fri Dec  7 14:11:05 2007; toni
back to top