Class ConfigurableTrainTest.ConfigurableTrainTestOptions

java.lang.Object
org.tribuo.classification.experiments.ConfigurableTrainTest.ConfigurableTrainTestOptions
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
Enclosing class:
ConfigurableTrainTest

public static class ConfigurableTrainTest.ConfigurableTrainTestOptions extends Object implements com.oracle.labs.mlrg.olcut.config.Options
Command line options.
  • Field Details

    • general

      public DataOptions general
      Options for loading in data.
    • trainer

      @Option(charName='t', longName="trainer", usage="Load a trainer from the config file.") public Trainer<Label> trainer
      Load a trainer from the config file.
    • weights

      @Option(charName='w', longName="weights", usage="A list of weights to use in classification. Format = LABEL_NAME:weight,LABEL_NAME:weight...") public List<String> weights
      A list of weights to use in classification. Format = LABEL_NAME:weight,LABEL_NAME:weight...
    • predictionPath

      @Option(charName='o', longName="predictions", usage="Path to write model predictions") public Path predictionPath
      Path to write model predictions
  • Constructor Details

    • ConfigurableTrainTestOptions

      public ConfigurableTrainTestOptions()
  • Method Details

    • getOptionsDescription

      public String getOptionsDescription()
      Specified by:
      getOptionsDescription in interface com.oracle.labs.mlrg.olcut.config.Options