slaypni / fastdtw

A Python implementation of FastDTW
MIT License
774 stars 122 forks source link

Added optionality to only generate distance to help speed up code #61

Open sw241395 opened 1 year ago

sw241395 commented 1 year ago

Only in the python implementation.

(I an new too contributing to open source and never used cython before so wanted too take my time looking into it before contributing to your work. So advice/help with the cython would be appreciated)