edu.cmu.minorthird.ui
Class Recommended.MaxEntLearner

java.lang.Object
  extended by edu.cmu.minorthird.classify.BatchClassifierLearner
      extended by edu.cmu.minorthird.classify.algorithms.linear.MaxEntLearner
          extended by edu.cmu.minorthird.ui.Recommended.MaxEntLearner
All Implemented Interfaces:
ClassifierLearner, java.lang.Cloneable
Enclosing class:
Recommended

public static class Recommended.MaxEntLearner
extends MaxEntLearner

A maximum entropy learner.

This is a wrapper around the CRF learner, which is built on the IIT CRF implementation. Iterations of the optimization method are limited to 50, by default.


Nested Class Summary
 
Nested classes/interfaces inherited from class edu.cmu.minorthird.classify.algorithms.linear.MaxEntLearner
MaxEntLearner.MyClassifier
 
Field Summary
 
Fields inherited from class edu.cmu.minorthird.classify.algorithms.linear.MaxEntLearner
logSpace
 
Fields inherited from class edu.cmu.minorthird.classify.BatchClassifierLearner
classifier, dataset
 
Constructor Summary
Recommended.MaxEntLearner()
           
 
Method Summary
 
Methods inherited from class edu.cmu.minorthird.classify.algorithms.linear.MaxEntLearner
batchTrain, getLogSpace, getSchema, setLogSpace, setSchema
 
Methods inherited from class edu.cmu.minorthird.classify.BatchClassifierLearner
addExample, completeTraining, copy, getClassifier, hasNextQuery, nextQuery, reset, setInstancePool
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recommended.MaxEntLearner

public Recommended.MaxEntLearner()