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