Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1 KB

README.md

File metadata and controls

25 lines (16 loc) · 1 KB

TimeWarp.jl

Build Status License Project Status: Unsupported - The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired.

Dynamic Time Warping (DTW) and related algorithms in Julia.

This package isn't officially registered. Install using:

Pkg.clone("https://github.com/ahwillia/TimeWarp.jl.git")

Related Packages in Other Languages

Acknowledgements

Special thanks to Joseph Fowler (@joefowler) who contributed a substantial portion of this code.