cesium-ml / cesium

Machine Learning Time-Series Platform
Other
670 stars 101 forks source link

WIP: DTW-DAG implementation. #233

Closed arkwave closed 7 years ago

arkwave commented 7 years ago

An implementation of Dynamic Time Warping that also supports Minimum Variance Matching using minimum cost paths in a graph, based on this paper:

http://knight.cis.temple.edu/~vasilis/Courses/CIS664/Papers/PKDD05.pdf

bnaul commented 7 years ago

Can you rebase this against master so I can check it out?