C# 클래스 Encog.App.Analyst.ConsoleAnalystListener

A console implementation of the Encog Analyst listener. Will report all progress to the console.
상속: IAnalystListener
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
ConsoleAnalystListener ( ) : System

Construct the object.

Report ( int total, int current, String message ) : void

ReportCommandBegin ( int total, int current, String name ) : void

ReportCommandEnd ( bool cancel ) : void

ReportTraining ( IMLTrain train ) : void

ReportTrainingBegin ( ) : void

ReportTrainingEnd ( ) : void

비공개 메소드들

메소드 설명
RequestCancelCommand ( ) : void
RequestShutdown ( ) : void
ShouldShutDown ( ) : bool
ShouldStopCommand ( ) : bool

메소드 상세

ConsoleAnalystListener() 공개 메소드

Construct the object.
public ConsoleAnalystListener ( ) : System
리턴 System

Report() 공개 메소드

public Report ( int total, int current, String message ) : void
total int
current int
message String
리턴 void

ReportCommandBegin() 공개 메소드

public ReportCommandBegin ( int total, int current, String name ) : void
total int
current int
name String
리턴 void

ReportCommandEnd() 공개 메소드

public ReportCommandEnd ( bool cancel ) : void
cancel bool
리턴 void

ReportTraining() 공개 메소드

public ReportTraining ( IMLTrain train ) : void
train IMLTrain
리턴 void

ReportTrainingBegin() 공개 메소드

public ReportTrainingBegin ( ) : void
리턴 void

ReportTrainingEnd() 공개 메소드

public ReportTrainingEnd ( ) : void
리턴 void