Edinburgh Speech Tools  2.1-release
HMM_State Class Reference

#include <include/EST_HMM.h>

Collaboration diagram for HMM_State:

Public Member Functions

 HMM_State ()
 
 HMM_State (const HMM_State &s)
 
 HMM_State (int n)
 
void init (int n_mixes, int vsize)
 
HMM_Stateoperator= (const HMM_State &a)
 

Public Attributes

EST_TVector< HMM_Mixturemixture
 
EST_FVector m_weight
 

Detailed Description

Definition at line 65 of file EST_HMM.h.

Constructor & Destructor Documentation

HMM_State::HMM_State ( )
HMM_State::HMM_State ( const HMM_State s)
HMM_State::HMM_State ( int  n)

Member Function Documentation

void HMM_State::init ( int  n_mixes,
int  vsize 
)
HMM_State& HMM_State::operator= ( const HMM_State a)

Member Data Documentation

EST_TVector<HMM_Mixture> HMM_State::mixture

Definition at line 74 of file EST_HMM.h.

EST_FVector HMM_State::m_weight

Definition at line 75 of file EST_HMM.h.


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