AForge.Neuro.BipolarSigmoidFunction.BipolarSigmoidFunction C# (CSharp) Method

BipolarSigmoidFunction() public method

Initializes a new instance of the BipolarSigmoidFunction class.
public BipolarSigmoidFunction ( double alpha ) : System
alpha double Sigmoid's alpha value.
return System
        public BipolarSigmoidFunction( double alpha )
        {
            this.alpha = alpha;
        }

Same methods

BipolarSigmoidFunction::BipolarSigmoidFunction ( ) : System