public class HalfPhoneFeatureFileReader extends FeatureFileReader
| Modifier and Type | Field and Description |
|---|---|
protected FeatureDefinition |
leftWeights |
protected FeatureDefinition |
rightWeights |
featureDefinition, featureVectors, hdr| Constructor and Description |
|---|
HalfPhoneFeatureFileReader() |
HalfPhoneFeatureFileReader(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
FeatureDefinition |
getLeftWeights() |
FeatureDefinition |
getRightWeights() |
protected void |
loadFromByteBuffer(String fileName) |
protected void |
loadFromStream(String fileName) |
featureVectorMapping, getCopyOfFeatureVectors, getFeatureDefinition, getFeatureFileReader, getFeatureVector, getFeatureVector, getFeatureVectors, getNumberOfUnits, loadprotected FeatureDefinition leftWeights
protected FeatureDefinition rightWeights
public HalfPhoneFeatureFileReader()
public HalfPhoneFeatureFileReader(String fileName) throws IOException, MaryConfigurationException
protected void loadFromStream(String fileName) throws IOException, MaryConfigurationException
loadFromStream in class FeatureFileReaderIOExceptionMaryConfigurationExceptionprotected void loadFromByteBuffer(String fileName) throws IOException, MaryConfigurationException
loadFromByteBuffer in class FeatureFileReaderIOExceptionMaryConfigurationExceptionpublic FeatureDefinition getLeftWeights()
public FeatureDefinition getRightWeights()
Copyright © 2000–2016 DFKI GmbH. All rights reserved.