Finding Top-K Matches For A Subset of Subsequence Patterns or Motifs #349
Unanswered
lqmike
asked this question in
Help: Other Questions
Replies: 1 comment 1 reply
-
@lqmike So, it sounds like what you are asking for is a "top-K" match for each pattern. 99% of the time, the user is really only looking for the top-K matches for a few select subsequences and rarely are they interested in recording the top-K matches for EVERY subsequence within their time series. Thus, the typical process is to:
Let me know if that helps |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can matrix profile return not only the best match but also second best, third best etc.. at this moment Matrix Profile by definition only record the minimum value i.e the best match of a given pattern, but in the case where there are more than 1 best match, i.e the 2nd and 3rd in the list isn't far off, I would like to to see those patterns as well as confirmation. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions