calhoun.analysis.crf.features.interval29
Class ReferenceBasePredictorZeroPadInterval29

java.lang.Object
  extended by calhoun.analysis.crf.AbstractFeatureManager<java.lang.Character>
      extended by calhoun.analysis.crf.features.interval29.ReferenceBasePredictorInterval29Base
          extended by calhoun.analysis.crf.features.interval29.ReferenceBasePredictorZeroPadInterval29
All Implemented Interfaces:
FeatureManager<java.lang.Character>, FeatureManagerNode<java.lang.Character>, FeatureManagerNodeBoundaries<java.lang.Character>, java.io.Serializable

public class ReferenceBasePredictorZeroPadInterval29
extends ReferenceBasePredictorInterval29Base
implements FeatureManagerNodeBoundaries<java.lang.Character>

See Also:
Serialized Form

Constructor Summary
ReferenceBasePredictorZeroPadInterval29()
           
 
Method Summary
 CacheStrategySpec getCacheStrategy()
          caching strategy that the CacheProcessor should use to cache values for this feature.
 
Methods inherited from class calhoun.analysis.crf.features.interval29.ReferenceBasePredictorInterval29Base
evaluateNode, getFeatureName, getNumFeatures, isMultipleFeatures, setMultipleFeatures, train
 
Methods inherited from class calhoun.analysis.crf.AbstractFeatureManager
getInputComponent, setInputComponent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface calhoun.analysis.crf.FeatureManagerNode
evaluateNode
 
Methods inherited from interface calhoun.analysis.crf.FeatureManager
getFeatureName, getInputComponent, getNumFeatures, setInputComponent, train
 

Constructor Detail

ReferenceBasePredictorZeroPadInterval29

public ReferenceBasePredictorZeroPadInterval29()
Method Detail

getCacheStrategy

public CacheStrategySpec getCacheStrategy()
Description copied from interface: FeatureManager
caching strategy that the CacheProcessor should use to cache values for this feature. This is only a hint, the cache processor is not required to use this (or any) caching strategy. This base class defaults to the UNSPECIFIED cache strategy.

Specified by:
getCacheStrategy in interface FeatureManager<java.lang.Character>
Overrides:
getCacheStrategy in class AbstractFeatureManager<java.lang.Character>
Returns:
cache strategy specification appropriate for this feature.