libTLK
1.3.1
|
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. |
Used to calculate and store the mean and the standard deviation of real feature vectors.
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.