Click or drag to resize
Accord.NET (logo)

IterativeReweightedLeastSquaresTModelPrevious Property

Gets the previous values for the coefficients which were in place before the last learning iteration was performed.

Namespace:  Accord.Statistics.Models.Regression.Fitting
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[] Previous { get; }
Request Example View Source

Property Value

Type: Double
See Also