Add parameter T_subseq_isfinite
to stumpy.motifs
#524
Replies: 4 comments 1 reply
-
@ninimama I'm not sure what you mean? z-normalized functions like |
Beta Was this translation helpful? Give feedback.
-
Didn't know that. My case is for non-normalized distance though. I was trying to find each motif (and their matches) and then exclude them and their trivial matches, and then iterate through the process (i.e. finding the next motif) till I cover the whole time series. I know that the function
However, if I understand correctly, we here apply exclusion on the matrix profile. What I am looking for is something different. I want to apply it on distance profile for query matching, which can be done by |
Beta Was this translation helpful? Give feedback.
-
If you are dealing with query matching, have you looked at the |
Beta Was this translation helpful? Give feedback.
-
Please let me know if this explanation helps. This is what I am trying to achieve: Given a time series This can be seen as some sort of clustering. The general idea is to group the top-motif with its k_NN matches; and then go through the rest of subsequences. (I know that we are not optimizing any objective function here and I know there are some overlaps between subsequences; but I just want to see IF I FORCE my time series |
Beta Was this translation helpful? Give feedback.
-
I was wondering if we could add
T_subseq_isfinite
to thestumpy.motifs
. It can then be used in the following block of code in function_motifs
:Beta Was this translation helpful? Give feedback.
All reactions