Class PreprocessAndSerialize.PreprocessAndSerializeOptions

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

public static class PreprocessAndSerialize.PreprocessAndSerializeOptions extends Object implements com.oracle.labs.mlrg.olcut.config.Options
  • Field Details

    • dataSource

      @Option(charName='d', longName="dataSource", usage="Datasource to load from a config file") public ConfigurableDataSource<? extends Output<?>> dataSource
    • output

      @Option(charName='o', longName="serialized-dataset", usage="path to serialize the dataset") public Path output
  • Constructor Details