edu.cmu.minorthird.classify.sequential
Class CRFLearner.MTFeatureGenImpl

java.lang.Object
  extended by iitb.Model.FeatureGenImpl
      extended by edu.cmu.minorthird.classify.sequential.CRFLearner.MTFeatureGenImpl
All Implemented Interfaces:
iitb.CRF.FeatureGenerator, iitb.CRF.FeatureGeneratorNested, java.io.Serializable
Enclosing class:
CRFLearner

public class CRFLearner.MTFeatureGenImpl
extends iitb.Model.FeatureGenImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class iitb.Model.FeatureGenImpl
addOnlyTrainFeatures, currentFeatureType, feature, featureToReturn, generateOnlyXFeatures, model
 
Constructor Summary
CRFLearner.MTFeatureGenImpl(java.lang.String modelSpecs, int numLabels, java.lang.String[] labelNames)
           
 
Method Summary
 
Methods inherited from class iitb.Model.FeatureGenImpl
addFeature, addFeature, addFeatures, addTrainRecord, advance, advance, copyNextFeature, displayModel, displayModel, featureIdentifier, featureName, featureValid, fixedTransitionFeatures, freezeFeatures, getDict, getFeature, hasNext, initScanFeaturesAt, keepFeature, label, labelMappingNeeded, mapStatesToLabels, maxMemory, next, nextNoId, numFeatures, numFeatureTypes, numStates, printStats, read, retainFeature, setDict, startScanFeaturesAt, startScanFeaturesAt, stateMappings, train, train, train, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRFLearner.MTFeatureGenImpl

public CRFLearner.MTFeatureGenImpl(java.lang.String modelSpecs,
                                   int numLabels,
                                   java.lang.String[] labelNames)
                            throws java.lang.Exception
Throws:
java.lang.Exception