org.encog
Class ConsoleStatusReportable
- java.lang.Object
-
- org.encog.ConsoleStatusReportable
-
- All Implemented Interfaces:
- StatusReportable
public class ConsoleStatusReportable extends java.lang.Object implements StatusReportable
A simple status report that goes to the console.
-
-
Constructor Summary
Constructors Constructor and Description ConsoleStatusReportable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidreport(int total, int current, java.lang.String message)Simply display any status reports.
-
-
-
Method Detail
-
report
public void report(int total, int current, java.lang.String message)Simply display any status reports.- Specified by:
reportin interfaceStatusReportable- Parameters:
total- Total amount.current- Current item.message- Current message.
-
-
DMelt 3.0 © DataMelt by jWork.ORG