Logistic Regression Method Enumeration
Enumerates the variants of logistic regression that can be represented by a LogisticRegressionModel.
Definition
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum LogisticRegressionMethod
Members
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. |