C# 클래스 Encog.NullStatusReportable

A report object that does nothing.
상속: IStatusReportable
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

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

Simply ignore any status reports.

메소드 상세

Report() 공개 메소드

Simply ignore any status reports.
public Report ( int total, int current, String message ) : void
total int Not used.
current int Not used.
message String Not used.
리턴 void