Accord.Statistics.Links.LogitLinkFunction.LogitLinkFunction C# (CSharp) Méthode

LogitLinkFunction() public méthode

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

Same methods

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