C# 클래스 Encog.App.Analyst.Util.AnalystReportBridge

Used to bridge the AnalystListerner to an StatusReportable object.
상속: IStatusReportable
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
AnalystReportBridge ( EncogAnalyst theAnalyst ) : System

Construct the bridge object.

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

메소드 상세

AnalystReportBridge() 공개 메소드

Construct the bridge object.
public AnalystReportBridge ( EncogAnalyst theAnalyst ) : System
theAnalyst EncogAnalyst The Encog analyst to use.
리턴 System

Report() 공개 메소드

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