About Anaconda Help Download Anaconda

A comprehensive implementation of dynamic time warping (DTW) algorithms in Python. 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.

copied from cf-staging / dtw-python

Installers

  • linux-64 v1.5.3
  • linux-aarch64 v1.5.2
  • osx-arm64 v1.5.3
  • osx-64 v1.5.3
  • linux-ppc64le v1.5.2
  • win-64 v1.5.3

conda install

To install this package run one of the following:
conda install conda-forge::dtw-python

Description

DTW is a family of algorithms which compute the local stretch or compression to apply to the time axes of two timeseries in order to optimally map one (query) onto the other (reference). DTW outputs the remaining cumulative distance between the two and, if desired, the mapping itself (warping function). DTW is widely used for classification and clustering tasks, e.g. in bioinformatics, chemometrics, econometrics, and general timeseries mining.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.4) Legal | Privacy Policy