org.cogroo.cmdline.featurizer
Class FeaturizerCrossValidatorTool

java.lang.Object
  extended by opennlp.tools.cmdline.CmdLineTool
      extended by opennlp.tools.cmdline.TypedCmdLineTool<T>
          extended by opennlp.tools.cmdline.AbstractTypedParamTool<T,P>
              extended by opennlp.tools.cmdline.AbstractTrainerTool<T,P>
                  extended by opennlp.tools.cmdline.AbstractCrossValidatorTool<FeatureSample,org.cogroo.cmdline.featurizer.FeaturizerCrossValidatorTool.CVToolParams>
                      extended by org.cogroo.cmdline.featurizer.FeaturizerCrossValidatorTool

public final class FeaturizerCrossValidatorTool
extends opennlp.tools.cmdline.AbstractCrossValidatorTool<FeatureSample,org.cogroo.cmdline.featurizer.FeaturizerCrossValidatorTool.CVToolParams>


Constructor Summary
FeaturizerCrossValidatorTool()
           
 
Method Summary
 String getShortDescription()
           
 void run(String format, String[] args)
           
 
Methods inherited from class opennlp.tools.cmdline.AbstractTypedParamTool
getHelp
 
Methods inherited from class opennlp.tools.cmdline.TypedCmdLineTool
getHelp
 
Methods inherited from class opennlp.tools.cmdline.CmdLineTool
getName, hasParams
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeaturizerCrossValidatorTool

public FeaturizerCrossValidatorTool()
Method Detail

getShortDescription

public String getShortDescription()
Overrides:
getShortDescription in class opennlp.tools.cmdline.CmdLineTool

run

public void run(String format,
                String[] args)
Overrides:
run in class opennlp.tools.cmdline.AbstractTrainerTool<FeatureSample,org.cogroo.cmdline.featurizer.FeaturizerCrossValidatorTool.CVToolParams>


Copyright © 2012-2013 CoGrOO. All Rights Reserved.