NormSAX {STMotif} | R Documentation |
Normalize the data and SAX indexing
Description
Normalize the data and SAX indexing
Usage
NormSAX(D, a)
Arguments
D |
Dataset containing numeric values |
a |
Number of letters use to encode |
Value
A normalized and encoded dataset for a given alphabet a
Examples
#Normalization and Sax Dataset
DS <- NormSAX(STMotif::example_dataset, 5)
[Package STMotif version 2.0.2 Index]