Method | Description | |
---|---|---|
GetConfidenceInterval ( int index ) : |
Gets the 95% confidence interval for the Odds Ratio for a given coefficient.
|
|
GetOddsRatio ( int index ) : double |
Gets the Odds Ratio for a given coefficient. The odds ratio can be computed raising Euler's number (e ~~ 2.71) to the power of the associated coefficient. |
|
LogisticRegression ( ) : System |
Creates a new Logistic Regression Model.
|
Method | Description | |
---|---|---|
FromWeights ( double weights ) : |
||
FromWeights ( double weights, double intercept ) : |
||
LogisticRegression ( int inputs ) : System | ||
LogisticRegression ( int inputs, double intercept ) : System |
public GetConfidenceInterval ( int index ) : |
||
index | int | /// The coefficient's index. The first value /// (at zero index) is the intercept value. /// |
return |
public GetOddsRatio ( int index ) : double | ||
index | int | /// The coefficient's index. The first value /// (at zero index) is the intercept value. /// |
return | double |