https://github.com/cran/dtw
Revision 5f6fe253ca22e98effc9eda4c1cec74ff97e5e31 authored by Toni Giorgino on 11 December 2013, 00:00:00 UTC, committed by Gabor Csardi on 11 December 2013, 00:00:00 UTC
1 parent fb9d711
Raw File
Tip revision: 5f6fe253ca22e98effc9eda4c1cec74ff97e5e31 authored by Toni Giorgino on 11 December 2013, 00:00:00 UTC
version 1.17-1
Tip revision: 5f6fe25
DESCRIPTION
Package: dtw
Type: Package
Title: Dynamic time warping algorithms
Version: 1.17-1
Date: 2013-12-11
Depends: R (>= 2.10.0), proxy
Author: Toni Giorgino <toni.giorgino@gmail.com>,
Maintainer: Toni Giorgino <toni.giorgino@gmail.com>
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.
License: GPL (>= 2)
URL: http://dtw.r-forge.r-project.org/
Packaged: 2013-12-11 14:03:56 UTC; toni
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-12-11 15:12:39
back to top