calhoun.analysis.crf.test
Class ZeroOrderManager

java.lang.Object
  extended by calhoun.analysis.crf.AbstractFeatureManager
      extended by calhoun.analysis.crf.CompositeFeatureManager
          extended by calhoun.analysis.crf.BeanModel
              extended by calhoun.analysis.crf.test.ZeroOrderModel
                  extended by calhoun.analysis.crf.test.ZeroOrderManager
All Implemented Interfaces:
FeatureManager, FeatureManagerEdge, FeatureManagerEdgeExplicitLength, FeatureManagerNode, FeatureManagerNodeExplicitLength, ModelManager, java.io.Serializable

public class ZeroOrderManager
extends ZeroOrderModel

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class calhoun.analysis.crf.BeanModel
BeanModel.Edge, BeanModel.Node
 
Constructor Summary
ZeroOrderManager()
           
 
Method Summary
static Conrad getCRF()
           
 
Methods inherited from class calhoun.analysis.crf.BeanModel
getLegalTransitions, getNumStates, getStateIndex, getStateName, setEdges, setNodes
 
Methods inherited from class calhoun.analysis.crf.CompositeFeatureManager
addFeatureManager, addFeatureManager, evaluateEdge, evaluateEdgeLength, evaluateNode, evaluateNodeLength, getCacheStrategy, getComponentFeatures, getFeatureName, getFeatureOffset, getNumFeatures, setComponentFeatures, 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.FeatureManagerEdge
evaluateEdge
 
Methods inherited from interface calhoun.analysis.crf.FeatureManager
getCacheStrategy, getFeatureName, getInputComponent, getNumFeatures, setInputComponent, train
 
Methods inherited from interface calhoun.analysis.crf.FeatureManagerNode
evaluateNode
 
Methods inherited from interface calhoun.analysis.crf.FeatureManager
getCacheStrategy, getFeatureName, getInputComponent, getNumFeatures, setInputComponent, train
 
Methods inherited from interface calhoun.analysis.crf.FeatureManagerEdgeExplicitLength
evaluateEdgeLength
 
Methods inherited from interface calhoun.analysis.crf.FeatureManager
getCacheStrategy, getFeatureName, getInputComponent, getNumFeatures, setInputComponent, train
 
Methods inherited from interface calhoun.analysis.crf.FeatureManagerNodeExplicitLength
evaluateNodeLength
 
Methods inherited from interface calhoun.analysis.crf.FeatureManager
getCacheStrategy, getFeatureName, getInputComponent, getNumFeatures, setInputComponent, train
 

Constructor Detail

ZeroOrderManager

public ZeroOrderManager()
Method Detail

getCRF

public static Conrad getCRF()