LogisticRegressionModel.Method Property

Gets or sets the kind of logistic regression represented by this LogisticRegressionModel.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public LogisticRegressionMethod Method { get; set; }

Property Value

LogisticRegressionMethod

See Also