#include <include/EST_HMM.h>
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) |
HMM & | operator= (const HMM &a) |
void | balls (void) |
Public Attributes | |
EST_String | name |
EST_String | covkind |
EST_String | durkind |
EST_String | sampkind |
EST_TVector< HMM_State > | state |
EST_FMatrix | trans |
int | num_streams |
int | vecsize |
HMM::HMM | ( | ) |
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 | ) |
void HMM::balls | ( | void | ) |
EST_String HMM::name |
EST_String HMM::covkind |
EST_String HMM::durkind |
EST_String HMM::sampkind |
EST_TVector<HMM_State> HMM::state |
EST_FMatrix HMM::trans |