Package | Description |
---|---|
marytts.machinelearning |
Machine learning classes for K-Means clustering, Gaussian Mixture
Models, and manual data generation for testing purposes.
|
marytts.signalproc.adaptation.gmm.jointgmm |
Joint source-target Gaussian Mixture Model based voice conversion algorithms.
|
Constructor and Description |
---|
ContextualGMMParams(ContextualGMMParams existing) |
Modifier and Type | Field and Description |
---|---|
protected ContextualGMMParams |
JointGMMTrainer.cgParams |
ContextualGMMParams |
JointGMMSet.cgParams |
Modifier and Type | Method and Description |
---|---|
static ContextualGMMParams |
JointGMMParallelTrainer.getContextualGMMParams(String phoneSetFile,
GMMTrainerParams[] params,
int contextClassificationType) |
Modifier and Type | Method and Description |
---|---|
void |
JointGMMSet.allocate(int numGMMs,
ContextualGMMParams cgParamsIn) |
Constructor and Description |
---|
JointGMMParallelTrainer(BaselinePreprocessor pp,
BaselineFeatureExtractor fe,
WeightedCodebookTrainerParams pa,
JointGMMTrainerParams gp,
ContextualGMMParams cg) |
JointGMMSet(int numGMMs,
ContextualGMMParams cgParamsIn) |
JointGMMTrainer(BaselinePreprocessor pp,
BaselineFeatureExtractor fe,
WeightedCodebookTrainerParams pa,
JointGMMTrainerParams gp,
ContextualGMMParams cg) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.