edu.cmu.minorthird.classify
Class ClassifyCommandLineUtil

java.lang.Object
  extended by edu.cmu.minorthird.util.BasicCommandLineProcessor
      extended by edu.cmu.minorthird.classify.ClassifyCommandLineUtil
All Implemented Interfaces:
CommandLineProcessor, Saveable

public class ClassifyCommandLineUtil
extends BasicCommandLineProcessor

Main UI program for the 'classify' package.

Author:
Cameron Williams

Nested Class Summary
static class ClassifyCommandLineUtil.BaseParams
          Parameters used for all experiments
static class ClassifyCommandLineUtil.Learner
          Generalized class for Leaner...
static class ClassifyCommandLineUtil.MultiTestParams
           
static class ClassifyCommandLineUtil.MultiTrainParams
          Paramaters for training with a simple dataset
static class ClassifyCommandLineUtil.MultiTrainTestParams
          Specific TrainTestParameters for Multi mode.
static class ClassifyCommandLineUtil.SeqTestParams
           
static class ClassifyCommandLineUtil.SeqTrainParams
          Paramaters for training with a simple dataset
static class ClassifyCommandLineUtil.SeqTrainTestParams
          Specific TrainTestParameters for Sequential mode.
static class ClassifyCommandLineUtil.SimpleTestParams
           
static class ClassifyCommandLineUtil.SimpleTrainParams
          Paramaters for training with a simple dataset
static class ClassifyCommandLineUtil.SimpleTrainTestParams
          Specific TrainTestParameters for Simple/Standard mode.
static class ClassifyCommandLineUtil.TestParams
          Paramters for Test Classifier
static class ClassifyCommandLineUtil.TrainParams
          Parameters for training.
static class ClassifyCommandLineUtil.TrainTestParams
          Paramters for TrainTest Classifier.
 
Nested classes/interfaces inherited from interface edu.cmu.minorthird.util.CommandLineProcessor
CommandLineProcessor.Configurable
 
Constructor Summary
ClassifyCommandLineUtil()
           
 
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

public ClassifyCommandLineUtil()