pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

feature/collaboration request #22

Closed matt256 closed 5 years ago

matt256 commented 6 years ago

I implemented the streaming DTW algorithm presented in this paper: http://www.cs.cmu.edu/~christos/PUBLICATIONS/ICDE07-spring.pdf If you all would be interested in incorporating this functionality into your package, I would be interested in working with you to incorporate it. Is this something that interests you, developers?

pierre-rouanet commented 6 years ago

Hi!

Great, yes sure I'll gladly integrate your algorithm! I only had time to quickly read your paper and it seems a really interesting approach.

You can directly open a PR with your modifications.

Cheers,

matt256 commented 6 years ago

thank you sounds good. Just to clarify and give credit where credit is due, I am not the creator of the algorithm. I just implemented it. The algorithm is quite useful so I'd like to save others the time of trying to figure it out and give some more visibility to this body of work.

It'll probably be a couple of weeks before I can do anything with it, but I'll do a PR when ready. Thanks a ton. Looking forward to it.

pierre-rouanet commented 6 years ago

Hi @matt256,

Any news from your project?

pierre-rouanet commented 5 years ago

I'll close the issue for the moment but feel free to re-open it you have some news!