Logistic Regression Model.Parameters Property
Gets the collection of parameters associated with this model.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
A vector of Parameter<T> objects.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public ParameterVector<double> Parameters { get; }
Property Value
ParameterVector<Double>A vector of Parameter<T> objects.
Remarks
The vector is read-only.