public class AdaptationUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ALL_AVAILABLE_TRAINING_FRAMES |
Constructor and Description |
---|
AdaptationUtils() |
Modifier and Type | Method and Description |
---|---|
static IndexMap |
mapFrameGroupsFeatures(String sourceLabelFile,
String targetLabelFile,
String sourceFeatureFile,
String targetFeatureFile,
int numNeighbours,
int vocalTractFeature,
String[] labelsToExcludeFromTraining) |
static IndexMap |
mapFramesFeatures(String sourceLabelFile,
String targetLabelFile,
String sourceFeatureFile,
String targetFeatureFile,
int vocalTractFeature,
String[] labelsToExcludeFromTraining) |
static IndexMap |
mapLabelGroupsFeatures(String sourceLabelFile,
String targetLabelFile,
String sourceFeatureFile,
String targetFeatureFile,
int numNeighbours,
int vocalTractFeature,
String[] labelsToExcludeFromTraining) |
static IndexMap |
mapLabelsFeatures(String sourceLabelFile,
String targetLabelFile,
String sourceFeatureFile,
String targetFeatureFile,
int vocalTractFeature,
String[] labelsToExcludeFromTraining) |
static IndexMap |
mapSpeechFeatures() |
public static IndexMap mapFramesFeatures(String sourceLabelFile, String targetLabelFile, String sourceFeatureFile, String targetFeatureFile, int vocalTractFeature, String[] labelsToExcludeFromTraining) throws IOException
IOException
public static IndexMap mapFrameGroupsFeatures(String sourceLabelFile, String targetLabelFile, String sourceFeatureFile, String targetFeatureFile, int numNeighbours, int vocalTractFeature, String[] labelsToExcludeFromTraining) throws IOException
IOException
public static IndexMap mapLabelsFeatures(String sourceLabelFile, String targetLabelFile, String sourceFeatureFile, String targetFeatureFile, int vocalTractFeature, String[] labelsToExcludeFromTraining) throws IOException
IOException
public static IndexMap mapLabelGroupsFeatures(String sourceLabelFile, String targetLabelFile, String sourceFeatureFile, String targetFeatureFile, int numNeighbours, int vocalTractFeature, String[] labelsToExcludeFromTraining) throws IOException
IOException
public static IndexMap mapSpeechFeatures()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.