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
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
CmdEvaluate ( EncogAnalyst theAnalyst ) : System

Construct the evaluate command.

ExecuteCommand ( String args ) : bool

Method Details

CmdEvaluate() public méthode

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

ExecuteCommand() public final méthode

public final ExecuteCommand ( String args ) : bool
args String
Résultat bool