Edinburgh Speech Tools  2.1-release
EST_HMM.h File Reference
#include "EST_String.h"
#include "EST_FMatrix.h"
#include "EST_Token.h"
Include dependency graph for EST_HMM.h:

Go to the source code of this file.

Classes

class  HMM_Mixture
 
class  HMM_State
 
class  HMM
 

Typedefs

typedef EST_TList< HMMEST_HMMList
 

Functions

ostream & operator<< (ostream &s, const HMM_Mixture &mix)
 
ostream & operator<< (ostream &s, const HMM_State &st)
 
ostream & operator<< (ostream &s, const HMM &model)
 
int operator!= (const HMM_Mixture &a, const HMM_Mixture &b)
 
int operator!= (const HMM_State &a, const HMM_State &b)
 

Typedef Documentation

Definition at line 121 of file EST_HMM.h.

Function Documentation

ostream& operator<< ( ostream &  s,
const HMM_Mixture mix 
)
ostream& operator<< ( ostream &  s,
const HMM_State st 
)
ostream& operator<< ( ostream &  s,
const HMM model 
)
int operator!= ( const HMM_Mixture a,
const HMM_Mixture b 
)
int operator!= ( const HMM_State a,
const HMM_State b 
)