-
Beta Was this translation helpful? Give feedback.
Answered by
seanlaw
Sep 25, 2025
Replies: 1 comment 1 reply
-
@aeroaks Thank you for your question and welcome to the STUMPY community. For nearly exact pattern matches (where you know the pattern ahead of time), I recommend taking a look at this tutorial. Instead of computing a matrix profile, you compute something called a "distance profile" instead. Having said that, your window size seems a bit short and so you may have better luck with a different approach. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
aeroaks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@aeroaks Thank you for your question and welcome to the STUMPY community. For nearly exact pattern matches (where you know the pattern ahead of time), I recommend taking a look at this tutorial. Instead of computing a matrix profile, you compute something called a "distance profile" instead. Having said that, your window size seems a bit short and so you may have better luck with a different approach.