Contrastive motifs from positive and negative series pairs #749
Replies: 1 comment
-
@hoangthienan95 Thank you for your question and welcome to the STUMPY community. So, I fully understand your inputs and outputs but here are a few suggestions: Since the motifs within your time series pairs are not aligned, you are essentially forced to analyze type A and type B independently for motifs. However, for a given class, I would consider concatenating all type A time series (inserting an Again, I'm sure I'm not understanding your problem correctly but I believe this should be helpful. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to do the following and wonder if it's possible in STUMPY. I have read the tutorials but they don't seem to quite fit my use case perfectly.
Input: Pairs of series (one of type A and one of type B, not equal length). I have 3 classes of pairs. The distribution of each class is below:
I want to find
My use case is different from the Multidimensional_Motif_Discovery tutorial because the motif is repeated in pairs of the same class, not within any series. Also, the motif might not be aligned between type A and B series
For example, the resulting output should be that all Class 1 pairs have the pattern (type A and type B series not matching in sequence but a consistent pair-pattern of length 4)
while pairs in the other classes dont
And all Class 2 pairs have the pattern (type A and type B series matching sequence of length 4 but at different locations )
while pairs in the other classes dont
I hope I didn't make it too confusing, just trying to see if STUMPY could help with my problem!
Beta Was this translation helpful? Give feedback.
All reactions