Description Usage Arguments Value References Examples
Generates a SAX MinDist distance matrix (i.e. the "lookup table") for a given alphabet size.
1 | sax_distance_matrix(a_size)
|
a_size |
the desired alphabet size (a value between 2 and 20, inclusive) |
Returns a distance matrix (for SAX minDist) for a specified alphabet size
Lonardi, S., Lin, J., Keogh, E., Patel, P., Finding motifs in time series. In Proc. of the 2nd Workshop on Temporal Data Mining (pp. 53-68).
1 |
Loading required package: Rcpp
[,1] [,2] [,3] [,4] [,5]
[1,] 0.0000000 0.000000 0.3460665 1.198956 2.8333052
[2,] 0.0000000 0.000000 0.0000000 0.256739 1.1989557
[3,] 0.3460665 0.000000 0.0000000 0.000000 0.3460665
[4,] 1.1989557 0.256739 0.0000000 0.000000 0.0000000
[5,] 2.8333052 1.198956 0.3460665 0.000000 0.0000000
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.