https://github.com/cran/dtw
Raw File
Tip revision: 0baa1688488a27e95ac3d245dfab5fc6c18c26d5 authored by Toni Giorgino on 17 June 2008, 00:00:00 UTC
version 1.9-1
Tip revision: 0baa168
DESCRIPTION
Package: dtw
Type: Package
Title: Dynamic Time Warping algorithms
Version: 1.9-1
Date: 2008-06-17
Depends: proxy
Enhances: proxy
Author: Toni Giorgino <toni.giorgino@unipv.it>,
	Paolo Tormene <paolo.tormene@gmail.com>
Maintainer: Toni Giorgino <toni.giorgino@unipv.it>
Description: Comprehensive implementation of Dynamic Time Warping
 algorithms in R. DTW finds the optimal (least cumulative distance)
 mapping between two time series.  All common DTW variants are
 covered, including local and global constraints, arbitrary timeseries
 lenghts, distance definitions, MVM, etc.  Package computes cumulative
 distance, warping functions, plots, normalizations, etc.
License: GPL (>=2)
URL: http://dtw.r-forge.r-project.org/
Packaged: Fri Jun 20 14:13:17 2008; toni
back to top