pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

generalizations, improved examples, speed-up #3

Closed lxkain closed 8 years ago

lxkain commented 8 years ago

Hi!

I needed to make a few changes/improvements so I could use your code with string edit-distances. Thank you for sharing your code!

Alex

lxkain commented 8 years ago

Important bug fix to your code

pierre-rouanet commented 8 years ago

Thanks for the contribution! I've merged it and updated it my examples so they are compatible.

lxkain commented 8 years ago

Thank you! I discovered more problems (like when one of the sequence is just one element), and other fixes.

On Dec 8, 2015, at 01:10, Pierre Rouanet notifications@github.com wrote:

Thanks for the contribution! I've merged it and updated it my examples so they are compatible.

— Reply to this email directly or view it on GitHub.