You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use dtw_subsequence_path to get the distance and path between two variable length 9-dimensional time series. I have the time series stored in numpy arrays of shapes (9, 528) and (9, 1332) respectively. I use the code below to compare the two sequences but the results (also shown below) make it appear as though only a few datapoint of the two sequences were compared. I need the shorter of the two sequences to be used as the query to find the best match in the longer of the two sequences (subsequence match). How can I do this with tslearn?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to use dtw_subsequence_path to get the distance and path between two variable length 9-dimensional time series. I have the time series stored in numpy arrays of shapes (9, 528) and (9, 1332) respectively. I use the code below to compare the two sequences but the results (also shown below) make it appear as though only a few datapoint of the two sequences were compared. I need the shorter of the two sequences to be used as the query to find the best match in the longer of the two sequences (subsequence match). How can I do this with tslearn?
Beta Was this translation helpful? Give feedback.
All reactions