Description Usage Arguments Value References See Also Examples
This function overwrites the current Matrix Profile using the Annotation Vector. Use with caution.
1 | av_apply(.mp)
|
.mp |
A Matrix Profile with an Annotation Vector. |
Returns the input .mp
object corrected by the embedded annotation vector.
Dau HA, Keogh E. Matrix Profile V: A Generic Technique to Incorporate Domain Knowledge into Motif Discovery. In: Proceedings of the 23rd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining - KDD '17. New York, New York, USA: ACM Press; 2017. p. 125-34.
Other Annotation vectors:
av_complexity()
,
av_hardlimit_artifact()
,
av_motion_artifact()
,
av_stop_word()
,
av_zerocrossing()
1 2 3 4 5 | data <- mp_test_data$train$data[1:1000]
w <- 50
mp <- tsmp(data, window_size = w, verbose = 0)
mp <- av_complexity(mp)
av <- av_apply(mp)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.