22 #ifndef KALDI_GMM_FULL_GMM_NORMAL_H_ 23 #define KALDI_GMM_FULL_GMM_NORMAL_H_ 1 68 std::vector<SpMatrix<double> >
vars_;
75 #endif // KALDI_GMM_FULL_GMM_NORMAL_H_ void Resize(int32 nMix, int32 dim)
Resizes arrays to this dim. Does not initialize data.
This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for...
Definition for Gaussian Mixture Model with full covariances in normal mode: where the parameters are ...
Base class which provides matrix operations not involving resizing or allocation. ...
Definition for Gaussian Mixture Model with full covariances.
uint16 GmmFlagsType
Bitwise OR of the above flags.
FullGmmNormal(const FullGmm &gmm)
std::vector< SpMatrix< double > > vars_
covariances
Vector< double > weights_
weights (not log).
KALDI_DISALLOW_COPY_AND_ASSIGN(FullGmmNormal)
void Rand(MatrixBase< BaseFloat > *feats)
Generates random features from the model.
void CopyToFullGmm(FullGmm *fullgmm, GmmFlagsType flags=kGmmAll)
Copies to FullGmm.
FullGmmNormal()
Empty constructor.
Matrix< double > means_
Means.
void CopyFromFullGmm(const FullGmm &fullgmm)
Copies from given FullGmm.