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 Details

    • modelFilename

      @Option(charName='f', longName="filename", usage="Model file to load. Optional.") public String modelFilename
      Model file to load. Optional.
    • protobufFormat

      @Option(charName='p', longName="protobuf-model", usage="Load the model from a protobuf. Optional") public boolean protobufFormat
      Load the model from a protobuf. Optional.
  • Constructor Details

    • LIMETextCLIOptions

      public LIMETextCLIOptions()