Description Usage Arguments Value
Create a single hidden markov model from the given time series located at the file path.
1 2 | createModel.path(data.path, SAXalphabetSize, SAXgroupSize, exp2,
hidAlphabetSize)
|
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. |
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.