C# 클래스 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.
상속: Cmd
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
CmdEvaluateRaw ( EncogAnalyst analyst ) : System

Construct an evaluate raw command.

ExecuteCommand ( String args ) : bool

메소드 상세

CmdEvaluateRaw() 공개 메소드

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

ExecuteCommand() 공개 최종 메소드

public final ExecuteCommand ( String args ) : bool
args String
리턴 bool