fitted.drEnsemble: Method for extracting the fitted values of an ensemble

View source: R/deep-ensembles.R

fitted.drEnsembleR Documentation

Method for extracting the fitted values of an ensemble

Description

Method for extracting the fitted values of an ensemble

Usage

## S3 method for class 'drEnsemble'
fitted(object, apply_fun = tfd_mean, ...)

Arguments

object

a deepregression model

apply_fun

function applied to fitted distribution, per default tfd_mean

...

arguments passed to the predict function

Value

list of fitted values for each ensemble member


deepregression documentation built on Jan. 18, 2023, 1:11 a.m.