NormSAX | R Documentation |
Normalize the data and SAX indexing
NormSAX(D, a)
D |
Dataset containing numeric values |
a |
Number of letters use to encode |
A normalized and encoded dataset for a given alphabet a
#Normalization and Sax Dataset
DS <- NormSAX(STMotif::example_dataset, 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.