Accord.Statistics.Links.ThresholdLinkFunction.Derivative C# (CSharp) Method

Derivative() public method

First derivative of the Inverse function.
public Derivative ( double x ) : double
x double The input value.
return double
        public double Derivative(double x)
        {
            return 0;
        }