Replies: 1 comment 3 replies
-
@rnjv Are you able to provide a minimum-reproducible-example (with sample data and code used)? This will help make your question a bit more concrete. Otherwise, we are only able to guess at what you are trying to accomplish. @NimaSarajpoor Given your knowledge and work on snippets, do you have any suggestions for @rnjv? |
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
-
Hi,
Thank you for this library and to main authors.
I am wondering how would one recalculate the regimes (perhaps for a larger sequence) like being output by stumpy.snippets given a snippet subsequence found by the algorithm?
Should one just use MASS for the search, how would you deal with finding the right k to reflect regimes found by the snippets module, if so?
Update: Tried MASS search with count of regimes found as k. Top k MASS matches are not the same indexes as the regimes.
I still have not found the answer to getting additional regimes location independent of snippet module and how it differs to the distance profile from MASS.
Beta Was this translation helpful? Give feedback.
All reactions