GmmCount Class Reference

GMM count class. More...

#include <util.H>

List of all members.

Public Member Functions

 GmmCount ()
 Ctor; initializes fields to default values.
 GmmCount (unsigned gmmIdx, unsigned frmIdx, double count)
 Ctor; explicitly initializes all fields.
void assign (unsigned gmmIdx, unsigned frmIdx, double count)
 Sets all values in object.
unsigned get_gmm_index () const
 Returns the associated GMM index.
unsigned get_frame_index () const
 Returns the associated frame index.
double get_count () const
 Returns the posterior count.


Detailed Description

GMM count class.

Holds a posterior count for a GMM at a frame. Includes the GMM index, the frame, and the posterior count. This is used to facilitate Forward-Backward and Viterbi EM training.


Constructor & Destructor Documentation

GmmCount::GmmCount (  )  [inline]

Ctor; initializes fields to default values.

GmmCount::GmmCount ( unsigned  gmmIdx,
unsigned  frmIdx,
double  count 
) [inline]

Ctor; explicitly initializes all fields.


Member Function Documentation

void GmmCount::assign ( unsigned  gmmIdx,
unsigned  frmIdx,
double  count 
) [inline]

Sets all values in object.

unsigned GmmCount::get_gmm_index (  )  const [inline]

Returns the associated GMM index.

unsigned GmmCount::get_frame_index (  )  const [inline]

Returns the associated frame index.

double GmmCount::get_count (  )  const [inline]

Returns the posterior count.


The documentation for this class was generated from the following file:

Generated on Thu Nov 5 09:26:30 2009 for asr_lib by  doxygen 1.5.5