Description Usage Arguments Value Examples
Parameters for computing emission probabilities include the starting values for the Baum Welch update and initial state probabilities.
1 2 3 | emissionParam(object)
emissionParam(object) <- value
|
object |
an object of class |
value |
an object of class |
EmissionParam
instance
1 2 3 4 5 | hparam <- HmmParam()
emissionParam(hparam)
ep <- EmissionParam()
cn_means(ep) <- log2(c(.1/2, 1/2, 2/2, 2/2, 3/2, 4/2))
emissionParam(hparam) <- ep
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.