Class LIMETextCLI.LIMETextCLIOptions
java.lang.Object
org.tribuo.classification.explanations.lime.LIMETextCLI.LIMETextCLIOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
- Enclosing class:
- LIMETextCLI
public static class LIMETextCLI.LIMETextCLIOptions
extends Object
implements com.oracle.labs.mlrg.olcut.config.Options
Command line options.
-
Field Summary
Modifier and TypeFieldDescriptionModel 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="Model file to load. Optional.") public String modelFilenameModel 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
-
LIMETextCLIOptions
public LIMETextCLIOptions()
-