Encog.Engine.Network.Activation.ActivationRamp.HasDerivative C# (CSharp) Method

HasDerivative() public method

True, as this function does have a derivative.
public HasDerivative ( ) : bool
return bool
        public virtual bool HasDerivative()
        {
            return true;
        }