Edinburgh Speech Tools  2.1-release
HMM Class Reference

#include <include/EST_HMM.h>

Collaboration diagram for HMM:

Public Member Functions

 HMM ()
 
 HMM (int n, int v)
 
void init (int n_states, int vsize, int n_streams)
 
void clear ()
 
EST_read_status load (EST_String file)
 
EST_read_status load_portion (EST_TokenStream &ts, int v_size, int n_streams)
 
EST_write_status save (EST_String file)
 
HMMoperator= (const HMM &a)
 
void balls (void)
 

Public Attributes

EST_String name
 
EST_String covkind
 
EST_String durkind
 
EST_String sampkind
 
EST_TVector< HMM_Statestate
 
EST_FMatrix trans
 
int num_streams
 
int vecsize
 

Detailed Description

Definition at line 82 of file EST_HMM.h.

Constructor & Destructor Documentation

HMM::HMM ( )
HMM::HMM ( int  n,
int  v 
)

Member Function Documentation

void HMM::init ( int  n_states,
int  vsize,
int  n_streams 
)
void HMM::clear ( )
EST_read_status HMM::load ( EST_String  file)
EST_read_status HMM::load_portion ( EST_TokenStream ts,
int  v_size,
int  n_streams 
)
EST_write_status HMM::save ( EST_String  file)
HMM& HMM::operator= ( const HMM a)
void HMM::balls ( void  )

Member Data Documentation

EST_String HMM::name

Definition at line 90 of file EST_HMM.h.

EST_String HMM::covkind

Definition at line 94 of file EST_HMM.h.

EST_String HMM::durkind

Definition at line 95 of file EST_HMM.h.

EST_String HMM::sampkind

Definition at line 96 of file EST_HMM.h.

EST_TVector<HMM_State> HMM::state

Definition at line 98 of file EST_HMM.h.

EST_FMatrix HMM::trans

Definition at line 99 of file EST_HMM.h.

int HMM::num_streams

Definition at line 101 of file EST_HMM.h.

int HMM::vecsize

Definition at line 102 of file EST_HMM.h.


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