T_ALPHA_BETA Struct Reference

type for alpha/beta table More...

List of all members.

Public Attributes

int32_t dimension
 dimension for that alpha/beta table was generated
T_ALPHA_BETA_TABLEtable
 perversely huge alpha/beta cache table
bool updated
 true if table is valid
float64_t sum
 sum over all paths == model_probability for this dimension


Detailed Description

type for alpha/beta table

Definition at line 36 of file HMM.h.


Member Data Documentation

dimension for that alpha/beta table was generated

Definition at line 39 of file HMM.h.

sum over all paths == model_probability for this dimension

Definition at line 48 of file HMM.h.

perversely huge alpha/beta cache table

Definition at line 42 of file HMM.h.

true if table is valid

Definition at line 45 of file HMM.h.


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

SHOGUN Machine Learning Toolbox - Documentation