variableImportance: Variable importance based on MMD

Description Usage Arguments Value

View source: R/mmdVariableImportance.R

Description

compute an mmd-based variable importance for the drf fit.

Usage

1
2
3
4
5
6
variableImportance(
  object,
  h = NULL,
  response.scaling = TRUE,
  type = "difference"
)

Arguments

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

Value

a vector of variable importance values.


drf documentation built on March 29, 2021, 5:07 p.m.

Related to variableImportance in drf...