org.encog.app.analyst.commands
public abstract class Cmd extends Object
Constructor and Description |
---|
Cmd(EncogAnalyst theAnalyst)
Construct this command.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
executeCommand(String args)
Execute this command.
|
EncogAnalyst |
getAnalyst() |
int |
getKfold() |
abstract String |
getName() |
ScriptProperties |
getProp() |
AnalystScript |
getScript() |
int |
obtainCross()
Obtain the number of folds for cross validation.
|
MLMethod |
obtainMethod()
Obtain the ML method.
|
MLDataSet |
obtainTrainingSet()
Obtain the training set.
|
void |
setKfold(int kfold) |
String |
toString() |
public Cmd(EncogAnalyst theAnalyst)
theAnalyst
- The analyst that this command belongs to.public abstract boolean executeCommand(String args)
args
- The arguments for this command.public EncogAnalyst getAnalyst()
public abstract String getName()
public ScriptProperties getProp()
public AnalystScript getScript()
public int obtainCross()
public MLMethod obtainMethod()
public MLDataSet obtainTrainingSet()
public int getKfold()
public void setKfold(int kfold)
Copyright © 2014. All Rights Reserved.