createModel: Create HMM (createModel)

Description Usage Arguments Value

Description

Create a single hidden markov model from a given time series.

Usage

1
createModel(timeSeries, SAXalphabetSize, SAXgroupSize, exp2, hidAlphabetSize)

Arguments

timeSeries

The time series to be converted.

SAXalphabetSize

The alphabet size used for the SAX conversion.

SAXgroupSize

The size of each group to be converted to a single SAX symbol.

exp2

Two to the power of exp2 will be the size.

hidAlphabetSize

The alphabet size of the hidden sequence.

Value

A HMM generated from the time series.


jcpetkovich/rspatiotemp documentation built on May 18, 2019, 10:26 p.m.