org.encog.app.analyst.commands
public class CmdCreate extends Cmd
Modifier and Type | Field and Description |
---|---|
static 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(String args)
Execute this command.
|
String |
getName() |
getAnalyst, getKfold, getProp, getScript, obtainCross, obtainMethod, obtainTrainingSet, setKfold, toString
public static final String COMMAND_NAME
public CmdCreate(EncogAnalyst theAnalyst)
theAnalyst
- The analyst to use.public boolean executeCommand(String args)
executeCommand
in class Cmd
args
- The arguments for this command.Copyright © 2014. All Rights Reserved.