Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 304 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 304 Bytes

pydtw

lightweight unconstrained and constrained Dynamic Time Warping bindings for Python

FEATURES

  • full and constrained DTW measure (example.py)
  • LB_Keogh lower bounding techniques (example2.py)

Have a look at the development branch featuring native numpy support, multivariate measues etc.