org.encog
Interface StatusReportable

All Known Implementing Classes:
AnalystReportBridge, ConsoleStatusReportable, NullStatusReportable

public interface StatusReportable

This class allows for Encog jobs to report their current status, as they run.


Method Summary
 void report(int total, int current, String message)
          Report on current status.
 

Method Detail

report

void report(int total,
            int current,
            String message)
Report on current status.

Parameters:
total - The total amount of units to process.
current - The current unit being processed.
message - The message to currently display.


Copyright © 2014. All Rights Reserved.