getBIC {HDclust}R Documentation

Accessor for 'BIC' slot.

Description

This function outputs BIC for a trained HMM-VB model or a vector with BIC values calculated in model selection.

Usage

getBIC(object)

## S4 method for signature 'HMMVB'
getBIC(object)

## S4 method for signature 'HMMVBBIC'
getBIC(object)

Arguments

object

Object of class "HMMVB" or "HMMVBBIC".


[Package HDclust version 1.0.3 Index]