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.
|
Modifier and Type | Field and Description |
---|---|
GMMTrainerParams[] |
ContextualGMMParams.classTrainerParams |
Modifier and Type | Method and Description |
---|---|
void |
ContextualGMMParams.setClass(int classIndex,
String[] phones,
GMMTrainerParams currentClassTrainerParams) |
void |
ContextualGMMParams.setClasses(Allophone[] phns,
GMMTrainerParams commonParams) |
void |
ContextualGMMParams.setClasses(Allophone[] phns,
GMMTrainerParams[] params) |
void |
ContextualGMMParams.setClasses(String[][] phoneClassesIn,
GMMTrainerParams[] classTrainerParamsIn) |
void |
ContextualGMMParams.setClassFromSinglePhoneme(int classIndex,
String phone,
GMMTrainerParams currentClassTrainerParams) |
GMM |
GMMTrainer.train(double[][] x,
GMMTrainerParams gmmParams) |
Constructor and Description |
---|
ContextualGMMParams(AllophoneSet allophoneSet,
GMMTrainerParams commonParams) |
ContextualGMMParams(AllophoneSet allophoneSet,
GMMTrainerParams[] params,
int contextClassificationTypeIn) |
ContextualGMMParams(AllophoneSet allophoneSet,
GMMTrainerParams commonParams,
int contextClassificationTypeIn) |
GMMTrainerParams(GMMTrainerParams existing) |
KMeansClusteringTrainerParams(GMMTrainerParams gmmParams) |
Modifier and Type | Field and Description |
---|---|
GMMTrainerParams |
JointGMMTrainerParams.gmmEMTrainerParams |
Modifier and Type | Method and Description |
---|---|
static ContextualGMMParams |
JointGMMParallelTrainer.getContextualGMMParams(String phoneSetFile,
GMMTrainerParams[] params,
int contextClassificationType) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.