Learn R Programming

STMotif (version 2.0.2)

NormSAX: Normalize the data and SAX indexing

Description

Normalize the data and SAX indexing

Usage

NormSAX(D, a)

Value

A normalized and encoded dataset for a given alphabet a

Arguments

D

Dataset containing numeric values

a

Number of letters use to encode

Examples

Run this code
#Normalization and Sax Dataset
DS <- NormSAX(STMotif::example_dataset, 5)

Run the code above in your browser using DataLab