tslearn-team / tslearn

The machine learning toolkit for time series analysis in Python
https://tslearn.readthedocs.io
BSD 2-Clause "Simplified" License
2.88k stars 336 forks source link

Fréchet distance implementation in tslearn #402

Open miladad8 opened 2 years ago

miladad8 commented 2 years ago

Hi. is there any module in tslearn for calculating Fréchet distance? I found multi dimensional DTW in tslearn very helpful since it is so much faster than other available implementations. I want to calculate similarity score in Fréchet distance for 2D time series with differenet size and i was wondering is it possible with tslearn or not? thank you

jimmygeo commented 2 years ago

Agreed, it would be nice to have as many of these metrics as possible available in one place, and tslearn seems like the best place for now.