Dynamic Time Warping (DTW) library implementing lower bounds (LB_Keogh, LB_Improved...)
-
Updated
Jan 30, 2020 - C++
Dynamic Time Warping (DTW) library implementing lower bounds (LB_Keogh, LB_Improved...)
Dynamic Time Warping single header library for C++
An academic project to introduce Dynamic Time Warping (DTW) distance into Matrix Profile.
Dynamic Time Warping Algorithm can be used to measure similarity between 2 time series. Objective of the algorithm is to find the optimal global alignment between the two time series, by exploiting temporal distortions between the 2 time series.
dynamic time warping implemented in C++ with bindings in python
Add a description, image, and links to the dtw topic page so that developers can more easily learn about it.
To associate your repository with the dtw topic, visit your repo's landing page and select "manage topics."