apply_hessian | R Documentation |
Evaluate Hessian of model.
apply_hessian( url, name, out_wrt, in_wrt1, in_wrt2, parameters, sens, vec, config = jsonlite::fromJSON("{}") )
url |
URL the model is running at. |
name |
Name of the desired model. |
out_wrt |
Output variable to take Hessian with respect to. |
in_wrt1 |
First input variable to take Hessian with respect to. |
in_wrt2 |
Second input variable to take Hessian with respect to. |
parameters |
Model input parameter (a list of vectors). |
sens |
Sensitivity with respect to output. |
vec |
Vector to multiply Hessian by. |
config |
Model-specific configuration options. |
Hessian with respect to given inputs and outputs, applied to given sensitivity and vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.