public class ObjectiveFunctionPointMetrics
extends java.lang.Object
| Constructor and Description |
|---|
ObjectiveFunctionPointMetrics(double[] adblJacobian,
double[][] aadblHessian)
ObjectiveFunctionPointMetrics Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
dimension()
Retrieve the Dimension
|
double[][] |
hessian()
Retrieve the Hessian Matrix
|
double[] |
jacobian()
Retrieve the Jacobian Array
|
public ObjectiveFunctionPointMetrics(double[] adblJacobian,
double[][] aadblHessian)
throws java.lang.Exception
adblJacobian - The Jacobian ArrayaadblHessian - The Hessian Matrixjava.lang.Exception - Thrown if Inputs are Invalid