cdtw icon indicating copy to clipboard operation
cdtw copied to clipboard

Dynamic Time Warping in C and Python

Results 4 cdtw issues
Sort by recently updated
recently updated
newest added

Hi, I have an error when I import pydtw after the installation of cdtw: from cdtw import pydtw Return: ImportError: cannot import name 'cydtw' from 'cdtw.cydtw' (unknown location) Can anyone...

Hi, I wonder if you could add a license? See also: https://help.github.com/articles/open-source-licensing/ http://choosealicense.com/ MIT would be great ;)

examples.ipynb : import pydtw compared to Readme.md : from cdtw import pydtw

Readme.md: The hyperlink of "well known step patterns dp1, dp2, dp3" does not link to the intended PDF.