calhoun.analysis.crf
Interface FeatureManagerNodeBoundaries<InputType>

All Superinterfaces:
FeatureManager<InputType>, FeatureManagerNode<InputType>, java.io.Serializable
All Known Implementing Classes:
ReferenceBasePredictorInterval13, ReferenceBasePredictorInterval29, ReferenceBasePredictorZeroPadInterval13, ReferenceBasePredictorZeroPadInterval29

public interface FeatureManagerNodeBoundaries<InputType>
extends FeatureManagerNode<InputType>

An extension of FeatureManagerNode for situations where the nodes use in semi-markov models is non-standard. It allows an arbitrary region at the right and left edge of each segment to be eliminated, presumable because a different probabilistic model will be used at that position.


Method Summary
 
Methods inherited from interface calhoun.analysis.crf.FeatureManagerNode
evaluateNode
 
Methods inherited from interface calhoun.analysis.crf.FeatureManager
getCacheStrategy, getFeatureName, getInputComponent, getNumFeatures, setInputComponent, train