org.encog.app.analyst.commands
Class CmdEvaluateRaw
- java.lang.Object
-
- org.encog.app.analyst.commands.Cmd
-
- org.encog.app.analyst.commands.CmdEvaluateRaw
-
public class CmdEvaluateRaw extends Cmd
This class is used to evaluate a machine learning method. Evaluation data is provided and the ideal and actual responses from the machine learning method are written to a file.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringCOMMAND_NAMEThe name of the command.
-
Constructor Summary
Constructors Constructor and Description CmdEvaluateRaw(EncogAnalyst analyst)Construct an evaluate raw command.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanexecuteCommand(java.lang.String args)Execute this command.java.lang.StringgetName()-
Methods inherited from class org.encog.app.analyst.commands.Cmd
getAnalyst, getKfold, getProp, getScript, obtainCross, obtainMethod, obtainTrainingSet, setKfold, toString
-
-
-
-
Field Detail
-
COMMAND_NAME
public static final java.lang.String COMMAND_NAME
The name of the command.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CmdEvaluateRaw
public CmdEvaluateRaw(EncogAnalyst analyst)
Construct an evaluate raw command.- Parameters:
analyst- The analyst object to use.
-
-
Method Detail
-
executeCommand
public boolean executeCommand(java.lang.String args)
Execute this command.- Specified by:
executeCommandin classCmd- Parameters:
args- The arguments for this command.- Returns:
- True if processing should stop after this command.
-
-
DMelt 3.0 © DataMelt by jWork.ORG