-
Notifications
You must be signed in to change notification settings - Fork 337
Description
Given that there is interest for 1-D discord/motif search, it may be useful to have M-dimensional motif/discord search capabilities.
According to the last paragraph in Section IV E of the mSTAMP paper:
In the case where multiple semantically meaningful k-dimensional motifs are presented in the multidimensional time series (e.g., Fig. 5), we can just interactively apply the MDL-based method to discover the motif. There are two steps in each iteration: 1) apply the MDL-based method to find the k-dimensional motif with the minimum bit size and 2) remove the found k-dimensional motif by replacing the matrix profile values of the found motif (and its trivial match) to infinity. If we apply the two steps above to the time series shown in Fig. 5, the 3-dimensional motif would be discovered in the first iteration, and the 2-dimensional motif would be discovered in the second iteration. In terms of the terminal condition for the iterative method, it can be either be an input for the user or a more advanced technique could be applied. Due to space limitations, we will have to leave the discussion on termination condition to future works. An example of applying such iterative algorithm on real-world physical activity monitoring time series is shown
in Section V.E.
So, this means that it is possible to find different motifs at the same index location but with a different subset of dimensions!