HMM.h File Reference

Go to the source code of this file.

Classes

struct  T_ALPHA_BETA
 type for alpha/beta table More...
class  CModel
class  CHMM

Typedefs

HMM specific types
typedef DREAL T_ALPHA_BETA_TABLE
 type for alpha/beta caching table
typedef BYTE T_STATES
typedef T_STATESP_STATES

Enumerations

enum  BaumWelchViterbiType {
  BW_NORMAL, BW_TRANS, BW_DEFINED, VIT_NORMAL,
  VIT_DEFINED
}


Typedef Documentation

typedef T_STATES* P_STATES

Definition at line 64 of file HMM.h.

type for alpha/beta caching table

Definition at line 37 of file HMM.h.

typedef BYTE T_STATES

type that is used for states. Probably BYTE is enough if you have at most 256 states, however WORD/long/... is also possible although you might quickly run into memory problems

Definition at line 62 of file HMM.h.


Enumeration Type Documentation

Enumerator:
BW_NORMAL 
BW_TRANS 
BW_DEFINED 
VIT_NORMAL 
VIT_DEFINED 

Definition at line 68 of file HMM.h.


SHOGUN Machine Learning Toolbox - Documentation