DavideNardone / MTSS-Multivariate-Time-Series-Software

A GP-GPU/CPU Dynamic Time Warping (DTW) implementation for the analysis of Multivariate Time Series (MTS).
MIT License
45 stars 8 forks source link

variable length input #28

Closed Akanksha2511 closed 4 years ago

Akanksha2511 commented 4 years ago

Hi,

The software looks very good but as I understand it does not work for unequal length signals. Is it possible to add this functionality in the future release? Or some way I can use it with variable length signals.

Thanks, Akanksha

DavideNardone commented 4 years ago

Hi,

yes, it works only on equal variables length. I am sorry but this features is not going to be added in any new feature release. Feel free to fork the repository and add it.