Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 396 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 396 Bytes

Dynamic Time Warp

This is a simple and flexible implementation of the DTW in Julia. It can be installed by issuing the following command in the Julia pkg REPL:

(v1.0) pkg> add "https://github.com/gabriel-ss/DynamicTimeWarp.jl.git"

A description about the DTW algorithm can be founded in here.