|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.app.analyst.commands.Cmd
public abstract class Cmd
Base class for Encog Analyst commands. This class defines the properties sent to a command.
Constructor Summary | |
---|---|
Cmd(EncogAnalyst theAnalyst)
Construct this command. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Cmd(EncogAnalyst theAnalyst)
theAnalyst
- The analyst that this command belongs to.Method Detail |
---|
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)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |