marytts.signalproc.adaptation.codebook
Class WeightedCodebookMfccMapper
java.lang.Object
marytts.signalproc.adaptation.codebook.WeightedCodebookFeatureMapper
marytts.signalproc.adaptation.codebook.WeightedCodebookMfccMapper
public class WeightedCodebookMfccMapper
- extends WeightedCodebookFeatureMapper
Implements mapping functionality of MFCCs between source and target
- Author:
- Oytun Türk
|
Method Summary |
void |
learnMappingFrameGroups(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
|
void |
learnMappingFrames(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
|
void |
learnMappingLabelGroups(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
|
void |
learnMappingLabels(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
|
void |
learnMappingSpeech(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeightedCodebookMfccMapper
public WeightedCodebookMfccMapper(WeightedCodebookTrainerParams pa)
learnMappingFrames
public void learnMappingFrames(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
- Specified by:
learnMappingFrames in class WeightedCodebookFeatureMapper
learnMappingFrameGroups
public void learnMappingFrameGroups(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
- Specified by:
learnMappingFrameGroups in class WeightedCodebookFeatureMapper
learnMappingLabels
public void learnMappingLabels(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
- Specified by:
learnMappingLabels in class WeightedCodebookFeatureMapper
learnMappingLabelGroups
public void learnMappingLabelGroups(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
- Specified by:
learnMappingLabelGroups in class WeightedCodebookFeatureMapper
learnMappingSpeech
public void learnMappingSpeech(WeightedCodebookFile codebookFile,
WeightedCodebookFeatureCollection fcol,
BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet,
int[] map)
- Specified by:
learnMappingSpeech in class WeightedCodebookFeatureMapper