segTrajectoryParam Struct Reference

Parameters for the segmental model. More...

#include <segModel.h>


Data Fields

char * id
 Trajectory model name (e.g.
double * mean
 Mean of trajectory.
double * slope
 Slope.
double * var
 Variance.
double * recVar
 Reciprocal of variance.
double * logVar
 Logarithm of variance.
double logVarSum
 Sum of log variance.
double * rMean
 Accumulator for mean in intermediate layer.
double * rSlope
 Accumulator for slope in intermediate layer.
double * rVar
 Accumulator for variance in acoustic layer.
double slopeOcc
 Slope occupancy.
long occ
 Occupancy.
short vecSize
 Dim of intermediate-layer vector.
short targetVecSize
 Dim of acoustic feature vector.


Detailed Description

Parameters for the segmental model.


Field Documentation

char* segTrajectoryParam::id

Trajectory model name (e.g.

"ae_p21")


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