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