| trans_xsax | R Documentation |
Extended SAX (XSAX) discretization using a larger alphanumeric alphabet for finer symbolic resolution.
trans_xsax(alpha)
alpha |
Integer. Alphabet size (2–36). |
A trans_xsax transformer object.
Ogasawara, E., Salles, R., Porto, F., Pacitti, E. Event Detection in Time Series. 1st ed. Cham: Springer Nature Switzerland, 2025. doi:10.1007/978-3-031-75941-3
trans_sax
library(daltoolbox)
vector <- 1:52
model <- trans_xsax(alpha = 36)
model <- fit(model, vector)
xvector <- transform(model, vector)
print(xvector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.