public class CmdBalance extends Cmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMMAND_NAME
The name of this command.
|
| Constructor and Description |
|---|
CmdBalance(EncogAnalyst analyst)
Construct the balance command.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
executeCommand(java.lang.String args)
Execute this command.
|
java.lang.String |
getName() |
getAnalyst, getKfold, getProp, getScript, obtainCross, obtainMethod, obtainTrainingSet, setKfold, toStringpublic static final java.lang.String COMMAND_NAME
public CmdBalance(EncogAnalyst analyst)
analyst - The analyst to use with this command.public boolean executeCommand(java.lang.String args)
executeCommand in class Cmdargs - The arguments for this command.