segSyntaxItem Struct Reference

Data structure of nodes for the syntax. More...

#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_MODELsegModel
 Model from which state is taken.
SEG_STATEstateDef
 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.


Detailed Description

Data structure of nodes for the syntax.

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.


The documentation for this struct was generated from the following file:
Generated on Sun Aug 5 02:40:38 2007 for SEGRec Version 1.0 by  doxygen 1.5.1