Go to the source code of this file.
|
| struct | MleFullGmmOptions |
| | Configuration variables like variance floor, minimum occupancy, etc. More...
|
| |
| class | AccumFullGmm |
| | Class for computing the maximum-likelihood estimates of the parameters of a Gaussian mixture model. More...
|
| |
|
| | kaldi |
| | This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
|
| |
|
| void | MleFullGmmUpdate (const MleFullGmmOptions &config, const AccumFullGmm &fullgmm_acc, GmmFlagsType flags, FullGmm *gmm, BaseFloat *obj_change_out, BaseFloat *count_out) |
| | for computing the maximum-likelihood estimates of the parameters of a Gaussian mixture model. More...
|
| |
| BaseFloat | MlObjective (const FullGmm &gmm, const AccumFullGmm &fullgmm_acc) |
| | Calc using the DiagGMM exponential form. More...
|
| |