Effective implementation of the DTW algorithm in Python

The Dynamic Time Warping (DTW) allows to measure the difference between two temporal sequences, that can have significant distortions one to another. This code implemented in Fortran allows a very efficient access to this function under Python.

Find OrangeDTW library published by Orange Labs on our GitHub under MIT License.