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

Méthodes publiques

Méthode Description
CmdEvaluateRaw ( EncogAnalyst analyst ) : System

Construct an evaluate raw command.

ExecuteCommand ( String args ) : bool

Method Details

CmdEvaluateRaw() public méthode

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

ExecuteCommand() public final méthode

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