powered by
Generates a SAX MinDist distance matrix (i.e. the "lookup table") for a given alphabet size.
sax_distance_matrix(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).
# NOT RUN { sax_distance_matrix(5) # }
Run the code above in your browser using DataLab