org.encog.app.analyst.commands
Class CmdEvaluateRaw

java.lang.Object
  extended by org.encog.app.analyst.commands.Cmd
      extended by 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
static String COMMAND_NAME
          The name of the command.
 
Constructor Summary
CmdEvaluateRaw(EncogAnalyst analyst)
          Construct an evaluate raw 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

COMMAND_NAME

public static final 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(String args)
Execute this command.

Specified by:
executeCommand in class Cmd
Parameters:
args - The arguments for this command.
Returns:
True if processing should stop after this command.

getName

public String getName()

Specified by:
getName in class Cmd
Returns:
The name of this command.


Copyright © 2014. All Rights Reserved.