C# 클래스 Encog.ConsoleStatusReportable

상속: IStatusReportable
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Report ( int total, int current, String message ) : void

Simply display any status reports.

메소드 상세

Report() 공개 메소드

Simply display any status reports.
public Report ( int total, int current, String message ) : void
total int Total amount.
current int Current item.
message String Current message.
리턴 void