CMPUT414W15 / LEAP

MIT License
2 stars 1 forks source link

Implement the DTW(Dynamic Time Warpping) algorithm into compilable code #11

Closed hwen3 closed 9 years ago

hwen3 commented 9 years ago

A skeletal pseudo code already exists in a paper and should be transferred over into our python scripts. However, the pseudo code provided need some potential adjustments to work properly.

hwen3 commented 9 years ago

Various implementations of DTW in python libraries were found and thus can be included in our projects

aktse commented 9 years ago

Found a better script that we can use...provided we can get MB to accept numpy

http://nbviewer.ipython.org/github/pierre-rouanet/dtw/blob/master/simple%20example.ipynb