pollen-robotics / dtw

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

Warp argument #46

Open MrToustous opened 4 years ago

MrToustous commented 4 years ago

That's a very cool implementation, it's almost twice as fast as what I did. Thanks for sharing it. I just had a question regarding the "warp" argument: I don't quite understand it. Is it there to let the optimal path "skip" some steps ? How did you think of implementing this behavior ? Thanks !

Regards,

Toussaint