Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

HMMVBBIC-class

Class "HMMVBBIC" to represent results of HMM-VB model selection.


Description

An S4 class to represent results of HMM-VB model selection. New instances of the class are created by hmmvbBIC.

Methods

  • show signature(object = "HMMVBBIC") : show optimal model.

  • plot signature(x = "HMMVBBIC", y = "missing", ...) : plot model selection results (doesn't work for configuration list provided as input to model selection).

  • getBIC signature(object = "HMMVBBIC") : accessor for 'BIC' slot.

  • getLoglikehd signature(object = "HMMVBBIC") : accessor for 'Loglikehd' slot.

  • getOptHMMVB signature(object = "HMMVBBIC") : accessor for 'optHMMVB' slot.

Slots

BIC

A numeric vector specifying calculated BIC values.

optHMMVB

The optimal HMM-VB model with smallest BIC value.

numst

An integer vector specifying the number of mixture components (states) in each variable block for which BIC was calculated. Number of states is the same for all variable blocks.

See Also


HDclust

Clustering High Dimensional Data with Hidden Markov Model on Variable Blocks

v1.0.3
GPL (>= 2)
Authors
Yevhen Tupikov [aut], Lin Lin [aut], Lixiang Zhang [aut], Jia Li [aut, cre]
Initial release
2019-04-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.