NormSAX {STMotif} | 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)