trans_sax | R Documentation |
SAX
trans_sax(alpha)
alpha |
alphabet |
obj
library(daltoolbox)
vector <- 1:52
model <- trans_sax(alpha = 26)
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.