compute an mmd-based variable importance for the drf fit.
variableImportance(
object,
h = NULL,
response.scaling = TRUE,
type = "difference"
)
an S3 object of class drf.
the bandwidth parameter, default to NULL using then the median heuristic.
a boolean value indicating if the responses should be scaled globally beforehand.
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.