edu.cmu.minorthird.classify
Class ClassifyCommandLineUtil.Learner

java.lang.Object
  extended by edu.cmu.minorthird.util.BasicCommandLineProcessor
      extended by edu.cmu.minorthird.classify.ClassifyCommandLineUtil.Learner
All Implemented Interfaces:
CommandLineProcessor, Saveable
Direct Known Subclasses:
ClassifyCommandLineUtil.Learner.ClassifierLearner, ClassifyCommandLineUtil.Learner.SequentialLearner
Enclosing class:
ClassifyCommandLineUtil

public static class ClassifyCommandLineUtil.Learner
extends BasicCommandLineProcessor

Generalized class for Leaner... contains classifierLearner and sequentialLearner


Nested Class Summary
static class ClassifyCommandLineUtil.Learner.ClassifierLearner
           
static class ClassifyCommandLineUtil.Learner.SequentialLearner
           
 
Nested classes/interfaces inherited from interface edu.cmu.minorthird.util.CommandLineProcessor
CommandLineProcessor.Configurable
 
Constructor Summary
ClassifyCommandLineUtil.Learner()
           
 
Method Summary
 
Methods inherited from class edu.cmu.minorthird.util.BasicCommandLineProcessor
config, config, consumeArguments, getExtensionFor, getFormatNames, help, main, processArguments, propertyList, propertyValue, restore, saveAs, shouldTerminate, tryToGetCLP, usage, usage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassifyCommandLineUtil.Learner

public ClassifyCommandLineUtil.Learner()