Please visit the documentation and interactive demo site at https://dderiso.github.io/gdtw.
GDTW is a Python/C++ library that performs dynamic time warping. It is based on a paper by Dave Deriso and Stephen Boyd.
pip install gdtw
For full documentation, including a quick-start tutorial, please see https://dderiso.github.io/gdtw.
For the paper, please see https://web.stanford.edu/~boyd/papers/gdtw.html.
@article{deriso2019general,
title={A general optimization framework for dynamic time warping},
author={Deriso, Dave and Boyd, Stephen},
journal={arXiv preprint arXiv:1905.12893},
year={2019}
}