Accord.Statistics.Links.LogitLinkFunction.LogitLinkFunction C# (CSharp) Method

LogitLinkFunction() public method

Initializes a new instance of the LogitLinkFunction class.
public LogitLinkFunction ( ) : System
return System
        public LogitLinkFunction()
            : this(1, 0)
        {
        }

Same methods

LogitLinkFunction::LogitLinkFunction ( double beta, double constant ) : System