public class WeightedCodebookParallelTrainer extends WeightedCodebookTrainer
outlierEliminator, wcParams
featureExtractor, preprocessor
Constructor and Description |
---|
WeightedCodebookParallelTrainer(BaselinePreprocessor pp,
BaselineFeatureExtractor fe,
WeightedCodebookTrainerParams pa) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
static void |
mainAngryF() |
static void |
mainHappyF() |
static void |
mainQuickTest2()
Depending on the parameters it will train a Codebook.
|
static void |
mainSadF() |
void |
run() |
void |
train(BaselineAdaptationSet sourceTrainingSet,
BaselineAdaptationSet targetTrainingSet) |
checkParams, collectFeatures, deleteTemporaryFiles, learnMapping, learnMapping, train
getIndexedMapping
public WeightedCodebookParallelTrainer(BaselinePreprocessor pp, BaselineFeatureExtractor fe, WeightedCodebookTrainerParams pa)
public void run() throws IOException, UnsupportedAudioFileException
run
in class WeightedCodebookTrainer
IOException
UnsupportedAudioFileException
public void train(BaselineAdaptationSet sourceTrainingSet, BaselineAdaptationSet targetTrainingSet) throws IOException, UnsupportedAudioFileException
public static void main(String[] args) throws UnsupportedAudioFileException, IOException
public static void mainAngryF() throws UnsupportedAudioFileException, IOException
public static void mainHappyF() throws UnsupportedAudioFileException, IOException
public static void mainSadF() throws UnsupportedAudioFileException, IOException
public static void mainQuickTest2() throws UnsupportedAudioFileException, IOException
UnsupportedAudioFileException
- unsupported audio file exceptionIOException
- IO ExceptionCopyright © 2000–2016 DFKI GmbH. All rights reserved.