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 SummaryFieldsModifier and TypeFieldDescriptionModel file to load.booleanLoad the model from a protobuf.Fields 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- 
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- 
LIMETextCLIOptionspublic LIMETextCLIOptions()
 
-