|
GaussNewtonResiduals Property
|
Gets the vector of residuals computed in the last iteration.
The residuals are computed as (y - f(w, x)), in which
y are the expected output values, and f is the
parameterized model function.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double[] Residuals { get; }
Public ReadOnly Property Residuals As Double()
Get
Request Example
View SourceProperty Value
Type:
DoubleSee Also