HMM.h File Reference

Go to the source code of this file.

Classes

class  CModel
 class Model More...
class  CHMM
 Hidden Markov Model. More...

Typedefs

HMM specific types



typedef float64_t T_ALPHA_BETA_TABLE
 type for alpha/beta caching table
typedef uint8_t 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 62 of file HMM.h.

type for alpha/beta caching table

Definition at line 33 of file HMM.h.

typedef uint8_t T_STATES

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

Definition at line 60 of file HMM.h.


Enumeration Type Documentation

Enumerator:
BW_NORMAL 
BW_TRANS 
BW_DEFINED 
VIT_NORMAL 
VIT_DEFINED 

Definition at line 66 of file HMM.h.


SHOGUN Machine Learning Toolbox - Documentation