LogisticRegressionMethod 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#
public enum LogisticRegressionMethod

Members

Automatic0 The type of regression is inferred from the dependent variable.
Binary1 Standard binary or binomial logistic regression
Nominal2 Multinomial logistic regression with two or more unordered outcomes.

See Also