org.encog.app.analyst.util
Class AnalystReportBridge
- java.lang.Object
-
- org.encog.app.analyst.util.AnalystReportBridge
-
- All Implemented Interfaces:
- StatusReportable
public class AnalystReportBridge extends java.lang.Object implements StatusReportable
Used to bridge the AnalystListerner to an StatusReportable object.
-
-
Constructor Summary
Constructors Constructor and Description AnalystReportBridge(EncogAnalyst theAnalyst)Construct the bridge object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidreport(int total, int current, java.lang.String message)Report on current status.
-
-
-
Constructor Detail
-
AnalystReportBridge
public AnalystReportBridge(EncogAnalyst theAnalyst)
Construct the bridge object.- Parameters:
theAnalyst- The Encog analyst to use.
-
-
Method Detail
-
report
public void report(int total, int current, java.lang.String message)Report on current status.- Specified by:
reportin interfaceStatusReportable- Parameters:
total- The total amount of units to process.current- The current unit being processed.message- The message to currently display.
-
-
DMelt 3.0 © DataMelt by jWork.ORG