Description Usage Arguments Value
Create a single hidden markov model from a given time series.
1 | createModel(timeSeries, SAXalphabetSize, SAXgroupSize, exp2, hidAlphabetSize)
|
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. |
A HMM generated from the time series.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.