getLoglikehd {HDclust} | R Documentation |
Accessor for 'Loglikehd' slot.
Description
This function outputs Loglikelihood for each data point in a trained HMM-VB model or Loglikelihood for a new dataset in a HMM-VB model.
Usage
getLoglikehd(object)
## S4 method for signature 'HMMVB'
getLoglikehd(object)
## S4 method for signature 'HMMVBBIC'
getLoglikehd(object)
## S4 method for signature 'HMMVBclust'
getLoglikehd(object)
Arguments
object |
Object of class "HMMVB", "HMMVBBIC" "HMMVBclust". |
[Package HDclust version 1.0.3 Index]