#include <include/EST_HMM.h>

Public Member Functions | |
| HMM_State () | |
| HMM_State (const HMM_State &s) | |
| HMM_State (int n) | |
| void | init (int n_mixes, int vsize) |
| HMM_State & | operator= (const HMM_State &a) |
Public Attributes | |
| EST_TVector< HMM_Mixture > | mixture |
| EST_FVector | m_weight |
| HMM_State::HMM_State | ( | ) |
| HMM_State::HMM_State | ( | const HMM_State & | s | ) |
| HMM_State::HMM_State | ( | int | n | ) |
| EST_TVector<HMM_Mixture> HMM_State::mixture |
| EST_FVector HMM_State::m_weight |