NormSAX: Normalize the data and SAX indexing

Description Usage Arguments Value Examples

Description

Normalize the data and SAX indexing

Usage

1
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

1
2
#Normalization and Sax Dataset
DS <- NormSAX(STMotif::example_dataset, 5)

STMotif documentation built on Jan. 8, 2021, 2:24 a.m.