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

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
CmdEvaluate ( EncogAnalyst theAnalyst ) : System

Construct the evaluate command.

ExecuteCommand ( String args ) : bool

Method Details

CmdEvaluate() public method

Construct the evaluate command.
public CmdEvaluate ( EncogAnalyst theAnalyst ) : System
theAnalyst EncogAnalyst The analyst to use.
return System

ExecuteCommand() public final method

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