Package | Description |
---|---|
marytts.unitselection.select | |
marytts.unitselection.weightingfunctions |
Modifier and Type | Field and Description |
---|---|
protected WeightFunc[] |
HalfPhoneFFRTargetCostFunction.leftWeightFunction |
protected WeightFunc[] |
HalfPhoneFFRTargetCostFunction.rightWeightFunction |
protected WeightFunc[] |
FFRTargetCostFunction.weightFunction |
Modifier and Type | Method and Description |
---|---|
protected double |
VocalizationFFRTargetCostFunction.cost(Target target,
Unit unit,
FeatureDefinition weights,
WeightFunc[] weightFunctions)
Compute the goodness-of-fit of a given unit for a given target
|
protected double |
FFRTargetCostFunction.cost(Target target,
Unit unit,
FeatureDefinition weights,
WeightFunc[] weightFunctions) |
protected double |
VocalizationFFRTargetCostFunction.featureCost(Target target,
Unit unit,
String featureName,
FeatureDefinition weights,
WeightFunc[] weightFunctions)
Compute the goodness-of-fit between given unit and given target for a given feature
|
protected double |
FFRTargetCostFunction.featureCost(Target target,
Unit unit,
String featureName,
FeatureDefinition weights,
WeightFunc[] weightFunctions) |
Modifier and Type | Class and Description |
---|---|
static class |
WeightingFunction.linear
Linear weighting function: just computes the difference.
|
static class |
WeightingFunction.step
Step weighting function: saturates above a given percentage of the input values.
|
Modifier and Type | Method and Description |
---|---|
WeightFunc |
WeightFunctionManager.getWeightFunction(String funcName)
Returns the weighting function from its name.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.