https://github.com/cran/dtw
Raw File
Tip revision: d32f6f791b0250eb5754ca1cc161e6f2dffca74d authored by Toni Giorgino on 01 September 2015, 17:55:23 UTC
version 1.18-1
Tip revision: d32f6f7
DESCRIPTION
Package: dtw
Type: Package
Title: Dynamic Time Warping Algorithms
Description: A comprehensive implementation of dynamic time warping (DTW) algorithms in R.  DTW computes the optimal (least cumulative distance) alignment between points of two time series.  Common DTW variants covered include local (slope) and global (window) constraints, subsequence matches, arbitrary distance definitions, normalizations, minimum variance matching, and so on.  Provides cumulative distances, alignments, specialized plot styles, etc.
Author: Toni Giorgino <toni.giorgino@gmail.com>,
Maintainer: Toni Giorgino <toni.giorgino@gmail.com>
Version: 1.18-1
Date: 2015-9-1
Depends: R (>= 2.10.0), proxy
Imports: graphics, grDevices, stats, utils
License: GPL (>= 2)
URL: http://dtw.r-forge.r-project.org/
NeedsCompilation: yes
Packaged: 2015-09-01 10:12:16 UTC; toni
Repository: CRAN
Date/Publication: 2015-09-01 17:55:23
back to top