| examples_motifs | R Documentation |
A list of time series for motif (repeated patterns) and discord (rare patterns) discovery.
simple: simple synthetic series with motifs.
mitdb100: sample from MIT-BIH arrhythmia database (record 100).
mitdb102: sample from MIT-BIH arrhythmia database (record 102).
#'
data(examples_motifs)
A list of time series for motif discovery.
Ogasawara, E., Salles, R., Porto, F., Pacitti, E. Event Detection in Time Series. 1st ed. Cham: Springer Nature Switzerland, 2025. doi:10.1007/978-3-031-75941-3
data(examples_motifs)
# Select a simple motif series
serie <- examples_motifs$simple
head(serie)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.