T_ALPHA_BETA Struct Reference
List of all members.
Detailed Description
type for alpha/beta table
Definition at line 40 of file HMM.h.
|
Public Attributes |
| INT | dimension |
| | dimension for that alpha/beta table was generated
|
| T_ALPHA_BETA_TABLE * | table |
| | perversely huge alpha/beta cache table
|
| bool | updated |
| | true if table is valid
|
| DREAL | sum |
| | sum over all paths == model_probability for this dimension
|
Member Data Documentation
dimension for that alpha/beta table was generated
Definition at line 43 of file HMM.h.
perversely huge alpha/beta cache table
Definition at line 46 of file HMM.h.
true if table is valid
Definition at line 49 of file HMM.h.
sum over all paths == model_probability for this dimension
Definition at line 52 of file HMM.h.
The documentation for this struct was generated from the following file: