Documentation of 'org.encog.app.analyst.util.AnalystReportBridge' Java class
AnalystReportBridge
org.encog.app.analyst.util

Class AnalystReportBridge

  • All Implemented Interfaces:
    StatusReportable


    public class AnalystReportBridge
    extends java.lang.Object
    implements StatusReportable
    Used to bridge the AnalystListerner to an StatusReportable object.
    • Method Summary

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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        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.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.