Description Usage Arguments References Examples
Finds a discord (i.e. time series anomaly) with HOT-SAX. Usually works the best with lower sizes of discretization parameters: PAA and Alphabet.
1 | find_discords_hotsax(ts, w_size, paa_size, a_size, n_threshold, discords_num)
|
ts |
the input timeseries. |
w_size |
the sliding window size. |
paa_size |
the PAA size. |
a_size |
the alphabet size. |
n_threshold |
the normalization threshold. |
discords_num |
the number of discords to report. |
Keogh, E., Lin, J., Fu, A., HOT SAX: Efficiently finding the most unusual time series subsequence. Proceeding ICDM '05 Proceedings of the Fifth IEEE International Conference on Data Mining
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.