Accord.Statistics.Links.LogitLinkFunction.LogitLinkFunction C# (CSharp) Метод

LogitLinkFunction() публичный Метод

Initializes a new instance of the LogitLinkFunction class.
public LogitLinkFunction ( ) : System
Результат System
        public LogitLinkFunction()
            : this(1, 0)
        {
        }

Same methods

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