Finding the top-k left matrix profile #1121
Unanswered
colemanyu
asked this question in
Help: Coding & Implementations
Replies: 1 comment 3 replies
-
|
I think the easy way to do it is to simply run |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
I would like to know whether we can retrieve the top-k left matrix of a time series in a direct way in the current version of
stumpy.I noticed in
stumpy.stump, we can obtain the top-k matrix. But how about the top-k left matrix?I also noticed from #1093, we can find such a top-k left matrix by repeating using
stumpy.match, I am curious, are there other ways to do it?Beta Was this translation helpful? Give feedback.
All reactions