Description Usage Arguments References Examples
Finds a discord with RRA (Rare Rule Anomaly) algorithm. Usually works the best with higher than that for HOT-SAX sizes of discretization parameters (i.e., PAA and Alphabet sizes).
1 2 3 4 5 6 7 8 9 | find_discords_rra(
series,
w_size,
paa_size,
a_size,
nr_strategy,
n_threshold,
discords_num
)
|
series |
the input timeseries. |
w_size |
the sliding window size. |
paa_size |
the PAA size. |
a_size |
the alphabet size. |
nr_strategy |
the numerosity reduction strategy ("none", "exact", "mindist"). |
n_threshold |
the normalization threshold. |
discords_num |
the number of discords to report. |
Senin Pavel and Malinchik Sergey, SAX-VSM: Interpretable Time Series Classification Using SAX and Vector Space Model., Data Mining (ICDM), 2013 IEEE 13th International Conference on.
1 2 3 4 |
Loading required package: Rcpp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.