#include <utility>
#include <vector>
#include "base/kaldi-common.h"
#include "tree/cluster-utils.h"
#include "gmm/am-diag-gmm.h"
#include "transform/transform-common.h"
Go to the source code of this file.
|
| class | RegressionTree |
| | A regression tree is a clustering of Gaussian densities in an acoustic model, such that the group of Gaussians at each node of the tree are transformed by the same transform. More...
|
| |
|
| | kaldi |
| | This code computes Goodness of Pronunciation (GOP) and extracts phone-level pronunciation feature for mispronunciations detection tasks, the reference:
|
| |