Description Usage Arguments Value
Train Hidden Markov Models using the Baum Welch Algorithm
1 | trainHMM(ObsSeq, obsAlphabetSize, hidAlphabetSize)
|
ObsSeq |
A discrete observed time series. Output from toWPDSAX. |
obsAlphabetSize |
The alphabet size of the observed sequence. |
hidAlphabetSize |
The alphabet size of the hidden sequence. |
The probability matrices, mean, standard deviation vectors and the final failure state of the hidden markov model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.