Class CompletelyConfigurableTrainTest.ConfigurableTrainTestOptions

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

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

    • outputPath

      @Option(charName='f', longName="model-output-path", usage="Path to serialize model to.") public Path outputPath
      Path to serialize model to.
    • trainSource

      @Option(charName='u', longName="train-source", usage="Load the training DataSource from the config file.") public ConfigurableDataSource<?> trainSource
      Load the training DataSource from the config file.
    • testSource

      @Option(charName='v', longName="test-source", usage="Load the testing DataSource from the config file.") public ConfigurableDataSource<?> testSource
      Load the testing DataSource from the config file.
    • trainer

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

      @Option(longName="transformer", usage="Load a transformation map from the config file.") public TransformationMap transformationMap
      Load a transformation map from the config file.
    • minCount

      @Option(charName='m', longName="minimum-count", usage="Remove features which occur fewer than <int> times.") public int minCount
      Remove features which occur fewer than m times.
  • Constructor Details

    • ConfigurableTrainTestOptions

      public ConfigurableTrainTestOptions()
  • Method Details

    • getOptionsDescription

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