URI-ABD / clam

Clustering, Learning and Approximation of Manifolds
MIT License
19 stars 19 forks source link

Dynamic Time Warping implementation #219

Open sd2k opened 3 months ago

sd2k commented 3 months ago

I'm very interested in a fast dynamic time warping implementation in Rust and this library seems like it would be a great home for one. I noticed it's on the TODO list in the README too.

Are there any plans to work on this in the foreseeable future? If not, I may try to contribute something after the summer. Let me know if you have any thoughts or advice!

nishaq503 commented 3 months ago

Thanks for your interest! We do want an implementation of DTW in the near future because we have some upcoming research work that would rely on it. We would welcome your contribution. Do you have an idea for what your timeline would be?

sd2k commented 3 months ago

Great to hear :+1: I should be able to start work on it in September-October if that's any use to you.