gradient | R Documentation |
Evaluate gradient of target functional depending on model.
gradient( url, name, out_wrt, in_wrt, parameters, sens, config = jsonlite::fromJSON("{}") )
url |
URL the model is running at. |
name |
Name of the desired model. |
out_wrt |
Output variable to take gradient with respect to. |
in_wrt |
Input variable to take gradient with respect to. |
parameters |
Model input parameter (a list of vectors). |
sens |
Sensitivity of target functional with respect to model output. |
config |
Model-specific configuration options. |
Gradient of target functional.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.