https://github.com/cran/dtw
Raw File
Tip revision: c8ecf75cce389c770ef823b1a4eaeef61ddeada0 authored by Toni Giorgino on 30 November 2007, 00:00:00 UTC
version 1.2-1
Tip revision: c8ecf75
DESCRIPTION
Package: dtw
Type: Package
Title: Dynamic Time Warping algorithms
Version: 1.2-1
Date: 2007-11-30
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. This package
	     implements all common DTW variants, including local and
	     global constraints, arbitrary timeseries lenghts,
	     distance definitions, etc.  Methods provides cumulative
	     distance, warping functions, plots, etc.
License: GPL (>=2)
URL: http://dtw.r-forge.r-project.org/
Packaged: Mon Dec 31 14:57:48 2007; toni
back to top