powered by
Transforms a time series into the string.
series_to_string(ts, a_size)
the timeseries.
the 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). (2002)
# NOT RUN { y = c(-1, -2, -1, 0, 2, 1, 1, 0) y_paa3 = paa(y, 3) series_to_string(y_paa3, 3) # }
Run the code above in your browser using DataLab