|
GaussNewtonHessian Property
|
Gets the approximate Hessian matrix of second derivatives
created during the last algorithm iteration.
Namespace:
Accord.Math.Optimization
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double[][] Hessian { get; }
Public ReadOnly Property Hessian As Double()()
Get
Request Example
View SourceProperty Value
Type:
DoubleRemarks
Please note that this value is actually just an approximation to the
actual Hessian matrix using the outer Jacobian approximation (H ~ J'J).
See Also