createModel.path: Create HMM (createModel)

Description Usage Arguments Value

Description

Create a single hidden markov model from the given time series located at the file path.

Usage

1
2
createModel.path(data.path, SAXalphabetSize, SAXgroupSize, exp2,
  hidAlphabetSize)

Arguments

data.path

The file path to the data.

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.