public interface Printable
Ensure that you add any new printing commands to the Javadoc for the class. Surround them by <print> HTML tags and follow the same format as any other command (see Commandable for more details)
Modifier and Type | Method and Description |
---|---|
java.lang.String |
about()
Prints a simple status message about this object
|
java.lang.String |
printCommand(java.util.List<java.lang.String> Command)
Handles more complicated printing commands.
|
java.lang.String |
printDescription(boolean htmlFormat)
Print full name of object, and a simple description of the options.
|
java.lang.String about()
java.lang.String printCommand(java.util.List<java.lang.String> Command) throws java.lang.Exception
Command
- Command specifying what to printjava.lang.Exception
- If command not understoodjava.lang.String printDescription(boolean htmlFormat)
Example: For a model training a separate WekaRegression for intermetallics
magpie.models.regression.SplitRegression
htmlFormat
- Whether format for output to an HTML page
(e.g., <div> to create indentation) or for printing to screen.#printModel()