ahwillia/TimeWarp.jl

Add a dependency on TimeSeries.jl

ahwillia opened this issue · 0 comments

TimeSeries.jl looks like a mature and well-maintained package. It would be nice to leverage what they've done. In particular, the Sequence typealias might be replaced with the TimeSeries type.

On the other hand, it could be simpler / easier to just apply dtw on both raw Arrays. So this package should probably just support both.