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.
pip install dtw
-
Obtain Source Code
git clone https://github.com/jlc-christie/dtw
or
- Download ZIP from GitHub
-
Install
python setup.py install