fitted.drEnsemble: Method for extracting the fitted values of an ensemble
Description
Method for extracting the fitted values of an ensemble
Usage
# S3 method for drEnsemble
fitted(object, apply_fun = tfd_mean, ...)
Value
list of fitted values for each ensemble member
Arguments
- object
a deepregression model
- apply_fun
function applied to fitted distribution,
per default tfd_mean
- ...
arguments passed to the predict
function