Documentation of 'org.encog.ConsoleStatusReportable' Java class
ConsoleStatusReportable
org.encog

Class ConsoleStatusReportable

  • All Implemented Interfaces:
    StatusReportable


    public class ConsoleStatusReportable
    extends java.lang.Object
    implements StatusReportable
    A simple status report that goes to the console.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void report(int total, int current, java.lang.String message)
      Simply display any status reports.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConsoleStatusReportable

        public ConsoleStatusReportable()
    • Method Detail

      • report

        public void report(int total,
                           int current,
                           java.lang.String message)
        Simply display any status reports.
        Specified by:
        report in interface StatusReportable
        Parameters:
        total - Total amount.
        current - Current item.
        message - Current message.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.