prepare_data | R Documentation |
Generate data used for predictions and Monte Carlo integration
prepare_data(internal, index_features = NULL, ...)
## S3 method for class 'categorical'
prepare_data(internal, index_features = NULL, ...)
## S3 method for class 'copula'
prepare_data(internal, index_features, ...)
## S3 method for class 'ctree'
prepare_data(internal, index_features = NULL, ...)
## S3 method for class 'empirical'
prepare_data(internal, index_features = NULL, ...)
## S3 method for class 'gaussian'
prepare_data(internal, index_features, ...)
## S3 method for class 'independence'
prepare_data(internal, index_features = NULL, ...)
## S3 method for class 'regression_separate'
prepare_data(internal, index_features = NULL, ...)
## S3 method for class 'regression_surrogate'
prepare_data(internal, index_features = NULL, ...)
## S3 method for class 'timeseries'
prepare_data(internal, index_features = NULL, ...)
## S3 method for class 'vaeac'
prepare_data(internal, index_features = NULL, ...)
internal |
List.
Not used directly, but passed through from |
index_features |
Positive integer vector. Specifies the id_coalition to
apply to the present method. |
... |
Currently not used. |
A data.table containing simulated data used to estimate the contribution function by Monte Carlo integration.
Martin Jullum
Annabelle Redelmeier and Lars Henry Berge Olsen
Lars Henry Berge Olsen
Martin Jullum,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.