LinearRegressionModel.Steps Property

Gets the collection of steps performed in a stepwise regression.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IReadOnlyList<RegressionStep> Steps { get; }

Property Value

IReadOnlyList<RegressionStep>

See Also