class DecodingHMM

This class contains all HMM information required for decoding.

Public Methods

[more]void mergeModels( int n_models, DecodingHMM** models )
Internal function to merge component models into a big HMM
[more]void setupSuccessorStates( DecodingHMMState* state, short n_successors_, short* sucessor_states_, real* log_trans_probs_ )
Configures successor state information for the state denoted by 'state'

Public Members

[more] Converts a Torch HMM instance to a DecodingHMM representation.
[more] class contains a lot of member variables used in training that are not
[more] Concatenates all elements in the array of DecodingHMM instances into a single
[more] Creates a DecodingHMM using the distributions in 'states_' and the log
[more] Initialises the state denoted by 'state' with a Distribution and


Documentation

This class contains all HMM information required for decoding. Most information is embedded in the states themselves (DecodingHMMState structures). The DecodingHMM can be created a number of ways to facilitate compatibility with the Torch HMM class and to allow easy concatenation of models (eg. when constructing word models from phoneme models).

o Converts a Torch HMM instance to a DecodingHMM representation.
Converts a Torch HMM instance to a DecodingHMM representation. The Torch HMM

o class contains a lot of member variables used in training that are not
class contains a lot of member variables used in training that are not

o Concatenates all elements in the array of DecodingHMM instances into a single
Concatenates all elements in the array of DecodingHMM instances into a single

o Creates a DecodingHMM using the distributions in 'states_' and the log
Creates a DecodingHMM using the distributions in 'states_' and the log

ovoid mergeModels( int n_models, DecodingHMM** models )
Internal function to merge component models into a big HMM

ovoid setupSuccessorStates( DecodingHMMState* state, short n_successors_, short* sucessor_states_, real* log_trans_probs_ )
Configures successor state information for the state denoted by 'state'

o Initialises the state denoted by 'state' with a Distribution and
Initialises the state denoted by 'state' with a Distribution and


This class has no child classes.
Author:
Darren Moore (moore@idiap.ch)

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.