Description Usage Arguments Value
This function extracts the best N motifs from a previously calculated matrix profile.
1 | FindBestNMotifs(profile, index, m, n, self.join)
|
profile |
KHIVA Array with the matrix profile containing the minimum distance of each subsequence. |
index |
KHIVA Array with the matrix profile index containing where each minimum occurs. |
m |
Subsequence length value used to calculate the input matrix profile. |
n |
Number of motifs to extract |
self.join |
Indicates whether the input profile comes from a self join operation or not. It determines whether the mirror similar region is included in the output or not. |
A list of KHIVA Arrays with the motif distance, the motif indices and the subsequence indices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.