Package org.tribuo.data
Class DatasetExplorer.DatasetExplorerOptions
java.lang.Object
org.tribuo.data.DatasetExplorer.DatasetExplorerOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
- Enclosing class:
- DatasetExplorer
public static class DatasetExplorer.DatasetExplorerOptions
extends Object
implements com.oracle.labs.mlrg.olcut.config.Options
Command line options.
-
Field Summary
Modifier and TypeFieldDescriptionDataset file to load.boolean
Load the model from a protobuf.Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
-
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
-
modelFilename
@Option(charName='f', longName="filename", usage="Dataset file to load. Optional.") public String modelFilenameDataset file to load. Optional. -
protobufFormat
@Option(charName='p', longName="protobuf-model", usage="Load the model from a protobuf. Optional") public boolean protobufFormatLoad the model from a protobuf. Optional.
-
-
Constructor Details
-
DatasetExplorerOptions
public DatasetExplorerOptions()
-