Peak Detection in Time Series

后端 未结 6 1791
栀梦
栀梦 2021-02-01 07:59

I\'m currently working on a little project in which I want to compare two time-series. The similarity measure is really vague, they are considered to be similar if the two time

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-02-01 08:49

    Late answer for the question but Dynamic Time Warping (DTW) algorithm is the right choise for this type problems. Basicly there is a two time series one of them is template other one is sample. I recomment to check source code of Smile libraries DynamicTimeWarping class.

    http://haifengl.github.io/

提交回复
热议问题