org.encog.app.analyst.util
Class AnalystReportBridge
java.lang.Object
org.encog.app.analyst.util.AnalystReportBridge
- All Implemented Interfaces:
- StatusReportable
public class AnalystReportBridge
- extends Object
- implements StatusReportable
Used to bridge the AnalystListerner to an StatusReportable object.
Method Summary |
void |
report(int total,
int current,
String message)
Report on current status. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnalystReportBridge
public AnalystReportBridge(EncogAnalyst theAnalyst)
- Construct the bridge object.
- Parameters:
theAnalyst
- The Encog analyst to use.
report
public void report(int total,
int current,
String message)
- Report on current status.
- Specified by:
report
in interface StatusReportable
- 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.