| Package | Description |
|---|---|
| marytts.htsengine |
| Modifier and Type | Field and Description |
|---|---|
HMMData.FeatureType |
HTSPStream.feaType
type of features it contains
|
| Modifier and Type | Method and Description |
|---|---|
static HMMData.FeatureType |
HMMData.FeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HMMData.FeatureType[] |
HMMData.FeatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<HMMData.FeatureType> |
HMMData.getFeatureSet()
return the set of FeatureTypes that are available in this HMMData object
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
HTSModel.getMean(HMMData.FeatureType type,
int i) |
double[] |
HTSModel.getVariance(HMMData.FeatureType type,
int i) |
int |
CartTreeSet.getVsize(HMMData.FeatureType type) |
void |
HTSParameterGeneration.saveParam(String fileName,
HTSPStream par,
HMMData.FeatureType type) |
void |
HTSParameterGeneration.saveParamMaryFormat(String fileName,
HTSPStream par,
HMMData.FeatureType type) |
| Constructor and Description |
|---|
HTSPStream(int vector_size,
int utt_length,
HMMData.FeatureType fea_type,
int maxIterationsGV) |
Copyright © 2000–2016 DFKI GmbH. All rights reserved.