|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.app.analyst.commands.Cmd
org.encog.app.analyst.commands.CmdCluster
public class CmdCluster
This command is used to randomize the lines in a CSV file.
Field Summary | |
---|---|
static String |
COMMAND_NAME
The name of this command. |
static int |
DEFAULT_ITERATIONS
The default number of iterations. |
Constructor Summary | |
---|---|
CmdCluster(EncogAnalyst analyst)
Construct the cluster command. |
Method Summary | |
---|---|
boolean |
executeCommand(String args)
Execute this command. |
String |
getName()
|
Methods inherited from class org.encog.app.analyst.commands.Cmd |
---|
getAnalyst, getKfold, getProp, getScript, obtainCross, obtainMethod, obtainTrainingSet, setKfold, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_ITERATIONS
public static final String COMMAND_NAME
Constructor Detail |
---|
public CmdCluster(EncogAnalyst analyst)
analyst
- The analyst object to use.Method Detail |
---|
public boolean executeCommand(String args)
executeCommand
in class Cmd
args
- The arguments for this command.
public String getName()
getName
in class Cmd
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |