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