#include <segSyntax.h>
Data Fields | |
int | nodeType |
Node type --- EMIT, NONEMIT, NONEMIT_F. | |
long | numPStates |
Number of predecessor states in syntax. | |
long * | prevStates |
List of indeces of predecessor states. | |
double * | prevProb |
List of associated -log transition probabilities. | |
SEG_MODEL * | segModel |
Model from which state is taken. | |
SEG_STATE * | stateDef |
Pointer to definition of state (means and vars). | |
double | initCost |
Cost of entering syntax at this node. | |
double | exitCost |
Cost of exiting syntax at this node. |
Each of the nodes includes its type, entry and exit costs, pointers to predecessors, a pointer to the model it belongs to, and a pointer to the definition of the state.