Documentation of 'Catalano.Neuro.ActivationFunction.IActivationFunction' Java class
IActivationFunction
Catalano.Neuro.ActivationFunction

Interface IActivationFunction

    • Method Detail

      • Function

        double Function(double x)
        Calculates function value.
        Parameters:
        x - Function input value.
        Returns:
        Function output value, f(x).
      • Derivative

        double Derivative(double x)
        Calculates function derivative.
        Parameters:
        x - Function input value.
        Returns:
        Function derivative, f'(x).
      • Derivative2

        double Derivative2(double x)
        Calculates function derivative.
        Parameters:
        x - Function output value - the value, which was obtained with the help of Function method.
        Returns:
        Function derivative, f'(x).

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.