Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Double
Remarks

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