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