Class InformationTheoryDemo.DemoOptions
java.lang.Object
org.tribuo.util.infotheory.example.InformationTheoryDemo.DemoOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
- Enclosing class:
- InformationTheoryDemo
public static class InformationTheoryDemo.DemoOptions
extends Object
implements com.oracle.labs.mlrg.olcut.config.Options
Command line options.
-
Field Summary
Modifier and TypeFieldDescriptionThe type of the input distribution.Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
@Option(charName='t', longName="type", usage="The type of the input distribution.") public InformationTheoryDemo.DistributionType typeThe type of the input distribution.
-
-
Constructor Details
-
DemoOptions
public DemoOptions()
-
-
Method Details
-
getOptionsDescription
- Specified by:
getOptionsDescription
in interfacecom.oracle.labs.mlrg.olcut.config.Options
-