Documentation of 'org.neuroph.eval.ErrorEvaluator' Java class
ErrorEvaluator
org.neuroph.eval

Class ErrorEvaluator

  • All Implemented Interfaces:
    Evaluator<java.lang.Double>


    public class ErrorEvaluator
    extends java.lang.Object
    implements Evaluator<java.lang.Double>
    Calculates scalar evaluation result using ErrorFunction
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.Double getResult()
      This method should return final evaluation result
      void processNetworkResult(double[] networkOutput, double[] desiredOutput)
      This method should handle processing of a single network output within an evaluation procedure
      void reset() 
      • Methods inherited from class java.lang.Object

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

      • ErrorEvaluator

        public ErrorEvaluator(ErrorFunction errorFunction)
    • Method Detail

      • processNetworkResult

        public void processNetworkResult(double[] networkOutput,
                                         double[] desiredOutput)
        Description copied from interface: Evaluator
        This method should handle processing of a single network output within an evaluation procedure
        Specified by:
        processNetworkResult in interface Evaluator<java.lang.Double>
        Parameters:
        networkOutput - actual network output
        desiredOutput - desired/target network output
      • getResult

        public java.lang.Double getResult()
        Description copied from interface: Evaluator
        This method should return final evaluation result
        Specified by:
        getResult in interface Evaluator<java.lang.Double>
        Returns:
        final evaluation result
      • reset

        public void reset()
        Specified by:
        reset in interface Evaluator<java.lang.Double>

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.