| HMMVB-class | R Documentation |
An S4 class to represent a Hidden Markov Model on Variable Blocks (HMM-VB).
New instances of the class are created by hmmvbTrain.
show signature(object = "HMMVB") : show parameters of the HMM-VB.
getHmmChain signature(object = "HMMVB") : accessor for 'HmmChain' slot.
getDiagCov signature(object = "HMMVB") : accessor for 'diagCov' slot.
getBIC signature(object = "HMMVB") : accessor for 'BIC' slot.
getVb signature(object = "HMMVB") : accessor for 'VbStructure' slot.
VbStructureAn object of class 'VB' that contains the variable block structure.
HmmChainA list of objects of class 'HMM' with trained Hidden Markov Models for each variable block.
diagCovA logical value indicating whether or not covariance matrices for mixture models are diagonal.
LoglikehdLoglikelihood value for each data point.
BICBIC value for provided variable block structure or optimal BIC value for found variable block structure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.