Documentation of 'org.encog.neural.error.ErrorFunction' Java class
ErrorFunction
org.encog.neural.error

Interface ErrorFunction

    • Method Detail

      • calculateError

        void calculateError(ActivationFunction af,
                            double[] b,
                            double[] a,
                            double[] ideal,
                            double[] actual,
                            double[] error,
                            double derivShift,
                            double significance)
        Calculate the error.
        Parameters:
        af - The activation function used at the output layer.
        b - The number to calculate the derivative of, the number "before" the activation function was applied.
        a - The number "after" an activation function has been applied.
        ideal - The ideal values.
        actual - The actual values.
        error - The resulting error values.
        derivShift - The amount to shift af derivativeFunction by
        significance - Weighting to apply to ideal[i] - actual[i]

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.