Skip to content

jlc-christie/dtw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dtw

Build Status

An image of two small time series being matched from their warping paths

dtw is a Dynamic Time Warping (DTW) module in Python. DTW is a way of calculating the similarity (or conversely, dissimilarity) between time series data. In brief, it works by allowing the time domain to warp to a certain degree to minimise the error. You can read more on DTW here.

Examples (IPython Notebooks):

Installation

With PIP:

pip install dtw

Manually:

  1. Obtain Source Code

    • git clone https://github.com/jlc-christie/dtw

    or

    • Download ZIP from GitHub
  2. Install

    • python setup.py install

About

DTW (Dynamic Time Warping) python module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%