calhoun.analysis.crf.test
Class ZeroOrderModel

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
All Implemented Interfaces:
FeatureManager, FeatureManagerEdge, FeatureManagerEdgeExplicitLength, FeatureManagerNode, FeatureManagerNodeExplicitLength, ModelManager, java.io.Serializable
Direct Known Subclasses:
ZeroOrderManager

public class ZeroOrderModel
extends BeanModel

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class calhoun.analysis.crf.BeanModel
BeanModel.Edge, BeanModel.Node
 
Constructor Summary
ZeroOrderModel()
           
 
Method Summary
 
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

ZeroOrderModel

public ZeroOrderModel()