Description Usage Arguments Value
Create a several hidden markov model for the sets of data located in the given file path.
1 2 | createModels.path(data.path, SAXalphabetSize, SAXgroupSize, exp2,
hidAlphabetSize)
|
data.path |
The file path to the sets 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.