C# Class Encog.ConsoleStatusReportable

Inheritance: IStatusReportable
Show file Open project: encog/encog-silverlight-core

Public Methods

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

Simply display any status reports.

Method Details

Report() public method

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.
return void