About timeWarpOBΒΆ

timeWarpOB is a python implementation of Dynamic Time Warping. Time Warping allows time-series data to be compared when one of the time series exhibits accellerations or decellerations relative to the other at different points in time.

It has applications in speech recognition (where people may pronounce sounds at different rates) and in the general analysis of time-series data (e.g. financial market indicators over time), where is can be combined with other machine learning techniques. [1]

For more details on how the algorithm works, see the the User guide section

[1]Dynamic Time Warping (Wikipedia)