|
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; }
Public ReadOnly Property Previous As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also