Description Usage Arguments Value
Train Hidden Markov model
1 | train(transProb, emisProb, initProb, dataV)
|
transProb |
A matrix containing the transition probabilites from the hidden markov model |
emisProb |
A matrix containing the emission probabilities from the hidden markov model |
initProb |
A matrix containing the initial probabilities from the hidden markov model |
dataV |
A vector containing the observed sequence of data |
A list of new probability matrices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.