C# Class Encog.App.Analyst.Commands.CmdEvaluateRaw

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.
Inheritance: Cmd
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
CmdEvaluateRaw ( EncogAnalyst analyst ) : System

Construct an evaluate raw command.

ExecuteCommand ( String args ) : bool

Method Details

CmdEvaluateRaw() public method

Construct an evaluate raw command.
public CmdEvaluateRaw ( EncogAnalyst analyst ) : System
analyst EncogAnalyst The analyst object to use.
return System

ExecuteCommand() public final method

public final ExecuteCommand ( String args ) : bool
args String
return bool