Namespace:
Extreme.Statistics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum LogisticRegressionMethod
Public Enumeration LogisticRegressionMethod
public enum class LogisticRegressionMethod
type LogisticRegressionMethod
| Member name | Value | Description |
---|
| Automatic | 0 |
The type of regression is inferred from the dependent variable.
|
| Binary | 1 |
Standard binary or binomial logistic regression
|
| Nominal | 2 |
Multinomial logistic regression with two or more unordered outcomes.
|
Reference