Example #1
0
 public override double GetDerivative(double x)
 {
     return(SigmoidFunction.DerivativeOnX(x));
 }