| NormSAX | R Documentation |
Applies z-score normalization to the entire dataset and encodes
the values using the Symbolic Aggregate approXimation (SAX) with
an alphabet of size a.
NormSAX(D, a)
D |
Dataset containing numeric values. |
a |
Number of letters in the SAX alphabet. |
A data frame with the same dimensions as D, containing
SAX letter encodings (characters from a to the a-th
letter of the alphabet).
DS <- NormSAX(STMotif::example_dataset, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.