public class BoundaryModel extends Model
Could be replaced by a PauseTree or something else, but that would require a CARTModel instead of this.
applyTo, dataStream, featureComputer, featureManager, featureName, predictFrom, predictionFeatureNames, targetAttributeFormat, targetAttributeName, voiceName
Constructor and Description |
---|
BoundaryModel(FeatureProcessorManager featureManager,
String voiceName,
InputStream dataStream,
String targetAttributeName,
String targetAttributeFormat,
String featureName,
String predictFrom,
String applyTo) |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(List<Element> elements)
Apply this Model to a List of Elements, predicting from those same Elements
|
protected float |
evaluate(Target target)
For boundaries, this does nothing;
|
void |
loadData()
For boundaries, this does nothing;
|
applyFromTo, getApplyTo, getFeatureName, getPredictFrom, getTargetAttributeName, getTargets, getVoiceName, load, setupFeatureComputer
public BoundaryModel(FeatureProcessorManager featureManager, String voiceName, InputStream dataStream, String targetAttributeName, String targetAttributeFormat, String featureName, String predictFrom, String applyTo)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.