Package | Description |
---|---|
marytts.htsengine |
Modifier and Type | Method and Description |
---|---|
HTSModel |
CartTreeSet.generateHTSModel(HMMData htsData,
FeatureDefinition feaDef,
FeatureVector fv,
double oldErr)
creates a HTSModel (pre-HMM optimization vector data for all parameter streams of a given phoneme) given a feature vector
compare with original code in the main loop of marytts.modules.HTSEngine#processTargetList()
|
HTSModel |
HTSUttModel.getUttModel(int i) |
Modifier and Type | Method and Description |
---|---|
void |
HTSUttModel.addUttModel(HTSModel newModel) |
double |
CartTreeSet.searchDurInCartTree(HTSModel m,
FeatureVector fv,
HMMData htsData,
boolean firstPh,
boolean lastPh,
double diffdur) |
double |
CartTreeSet.searchDurInCartTree(HTSModel m,
FeatureVector fv,
HMMData htsData,
double diffdur)
Searches fv in durTree CART[] set of trees, per state, and fill the information in the HTSModel m.
|
void |
CartTreeSet.searchLf0InCartTree(HTSModel m,
FeatureVector fv,
FeatureDefinition featureDef,
double uvthresh)
Searches fv in Lf0Tree CART[] set of trees, per state, and fill the information in the HTSModel m.
|
void |
CartTreeSet.searchMagInCartTree(HTSModel m,
FeatureVector fv,
FeatureDefinition featureDef)
Searches fv in MagTree CART[] set of trees, per state, and fill the information in the HTSModel m.
|
void |
CartTreeSet.searchMgcInCartTree(HTSModel m,
FeatureVector fv,
FeatureDefinition featureDef)
Searches fv in mgcTree CART[] set of trees, per state, and fill the information in the HTSModel m.
|
void |
CartTreeSet.searchStrInCartTree(HTSModel m,
FeatureVector fv,
FeatureDefinition featureDef)
Searches fv in StrTree CART[] set of trees, per state, and fill the information in the HTSModel m.
|
Copyright © 2000–2016 DFKI GmbH. All rights reserved.