RegressionModel<T>.Parameters Property

Gets the collection of parameters associated with this model.

Definition

Namespace: Numerics.NET.DataAnalysis.Models
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ParameterVector<T> Parameters { get; }

Property Value

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

Remarks

The vector is read-only.

See Also