|
LowerBoundNewtonRaphsonParameterChange Property
|
Gets the vector of parameter updates in the last iteration.
Namespace:
Accord.Statistics.Models.Regression.Fitting
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public double[] ParameterChange { get; }
Public ReadOnly Property ParameterChange As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleHow much each parameter changed after the last update.
See Also