org.encog.app.analyst.util
public class AnalystReportBridge extends Object implements StatusReportable
Constructor and Description |
---|
AnalystReportBridge(EncogAnalyst theAnalyst)
Construct the bridge object.
|
public AnalystReportBridge(EncogAnalyst theAnalyst)
theAnalyst
- The Encog analyst to use.public void report(int total, int current, String message)
report
in interface StatusReportable
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.