C# Класс 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.
Наследование: Cmd
Показать файл Открыть проект

Открытые методы

Метод Описание
CmdEvaluate ( EncogAnalyst theAnalyst ) : System

Construct the evaluate command.

ExecuteCommand ( String args ) : bool

Описание методов

CmdEvaluate() публичный Метод

Construct the evaluate command.
public CmdEvaluate ( EncogAnalyst theAnalyst ) : System
theAnalyst EncogAnalyst The analyst to use.
Результат System

ExecuteCommand() публичный закрытый Метод

public final ExecuteCommand ( String args ) : bool
args String
Результат bool