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

Interface Evaluator<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      T 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() 
    • Method Detail

      • processNetworkResult

        void processNetworkResult(double[] networkOutput,
                                  double[] desiredOutput)
        This method should handle processing of a single network output within an evaluation procedure
        Parameters:
        networkOutput - actual network output
        desiredOutput - desired/target network output
      • getResult

        T getResult()
        This method should return final evaluation result
        Returns:
        final evaluation result
      • reset

        void reset()

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.