Skip to content

Is it possible to discover the top K motifs in a single time series data without specifying window size ? #587

Answered by seanlaw
tnkjm asked this question in Q&A
Discussion options

You must be logged in to vote

@tnkjm Thank you for your question and welcome to the STUMPY community. To address your question, the short answer is "no" but note that the window size does not have to be exact (i.e., you just need to choose an approximate window size that is slightly larger than your pattern). If the task takes roughly the same amount of time across multiple users (with some small variance) then, assuming that the wrist coordinate is roughly similar, you should still be able to capture this with a large enough window size. Trying to capture a task that can span multiple time scales is a really, really hard problem. Here is a paper that I recently came across (not written by me) that claims to address t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tnkjm
Comment options

Answer selected by tnkjm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants