LogisticRegressionModel.Parameters Property

Gets the collection of parameters associated with this model.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ParameterVector<double> Parameters { get; }

Property Value

ParameterVector<Double>
A vector of Parameter<T> objects.

Remarks

The vector is read-only.

See Also