GordonLesti / dynamic-time-warping

Dynamic time warping for JavaScript
MIT License
51 stars 11 forks source link

mailtivarite time series classification for example mixture of categorical and continues data #3

Closed Sandy4321 closed 5 years ago

Sandy4321 commented 5 years ago

will it work for mailtivarite time series classification for example mixture of categorical and continues data for example at time t1 we have observation: red, 2.4 , 5, 12.456 and time t2: green, 3.5, 2, 45.78; time t3: black, 5.6, 7, 23.56; t4: red, 2.1, 5, 12.6 ?

GordonLesti commented 5 years ago

Hello @Sandy4321 I didn't know multivariate time series yet (I guess mailtivarite is just a typo). Your example is in my eyes no problem if you are able to define a distance measure between

for example. Did that help you?

Best Regards Gordon