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 Summary
FieldsFields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.oracle.labs.mlrg.olcut.config.Options
getOptionsDescription
-
Field Details
-
dataSource
@Option(charName='d', longName="dataSource", usage="Datasource to load from a config file") public ConfigurableDataSource<? extends Output<?>> dataSource -
output
-
-
Constructor Details
-
PreprocessAndSerializeOptions
public PreprocessAndSerializeOptions()
-