libTLK  1.3.1
Data Fields
tLMuStd Struct Reference

Used to calculate and store the mean and the standard deviation of real feature vectors. More...

Data Fields

unsigned int D
 Dimension of the feature vectors.
double * mu
 Mean values.
double * std
 Standard Deviation values.
unsigned int N
 Total number of frames.

Detailed Description

Used to calculate and store the mean and the standard deviation of real feature vectors.


Field Documentation

unsigned int tLMuStd::D

Dimension of the feature vectors.

double* tLMuStd::mu

Mean values.

unsigned int tLMuStd::N

Total number of frames.

double* tLMuStd::std

Standard Deviation values.

 All Data Structures Variables