AForge.Neuro.ThresholdFunction.Derivative2 C# (CSharp) 메소드

Derivative2() 공개 메소드

Calculates function derivative (not supported).

The method is not supported, because it is not possible to calculate derivative of the function.

public Derivative2 ( double y ) : double
y double Input value.
리턴 double
        public double Derivative2( double y )
        {
            return 0;
        }