org.encog
Class ConsoleStatusReportable
java.lang.Object
org.encog.ConsoleStatusReportable
- All Implemented Interfaces:
- StatusReportable
public class ConsoleStatusReportable
- extends Object
- implements StatusReportable
A simple status report that goes to the console.
Method Summary |
void |
report(int total,
int current,
String message)
Simply display any status reports. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleStatusReportable
public ConsoleStatusReportable()
report
public void report(int total,
int current,
String message)
- Simply display any status reports.
- Specified by:
report
in interface StatusReportable
- Parameters:
total
- Total amount.current
- Current item.message
- Current message.
Copyright © 2014. All Rights Reserved.