Package org.tribuo
Class ModelExplorer.ModelExplorerOptions
java.lang.Object
org.tribuo.ModelExplorer.ModelExplorerOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
- Enclosing class:
- ModelExplorer
public static class ModelExplorer.ModelExplorerOptions
extends Object
implements com.oracle.labs.mlrg.olcut.config.Options
CLI options for
ModelExplorer
.-
Field Summary
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.
-
-
Constructor Details
-
ModelExplorerOptions
public ModelExplorerOptions()
-