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
Command line options.
- 
Field SummaryFieldsFields inherited from interface com.oracle.labs.mlrg.olcut.config.Optionsheader
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.oracle.labs.mlrg.olcut.config.OptionsgetOptionsDescription
- 
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- 
PreprocessAndSerializeOptionspublic PreprocessAndSerializeOptions()
 
-