public class CmdCreate extends Cmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMMAND_NAME
The name of this command.
|
| Constructor and Description |
|---|
CmdCreate(EncogAnalyst theAnalyst)
Construct the create 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 CmdCreate(EncogAnalyst theAnalyst)
theAnalyst - The analyst to use.public boolean executeCommand(java.lang.String args)
executeCommand in class Cmdargs - The arguments for this command.