Description Usage Arguments Value
View source: R/mmdVariableImportance.R
compute an mmd-based variable importance for the drf fit.
1 2 3 4 5 6 | variableImportance(
object,
h = NULL,
response.scaling = TRUE,
type = "difference"
)
|
object |
an S3 object of class drf. |
h |
the bandwidth parameter, default to NULL using then the median heuristic. |
response.scaling |
a boolean value indicating if the responses should be scaled globally beforehand. |
type |
the type of importance, could be either "raw", the plain MMD values, "relative", the ratios to the observed MMD or "difference", the excess to the observed MMD |
a vector of variable importance values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.