Documentation For Encog 2.x

StatusReportable.Report Method

Called when an Encog job changes status.

void Report(
   int total,
   int current,
   string message
);

Parameters

total
Total amount of work to be done.
current
Work currently being processed.
message
The current message.

See Also

StatusReportable Interface | Encog Namespace