Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 713 Bytes

about.rst

File metadata and controls

10 lines (6 loc) · 713 Bytes

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 accelerations or decelerations 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 :doc:`usage` section

[1]Dynamic Time Warping (Wikipedia)