get_ensemble_distribution: Obtain the conditional ensemble distribution

View source: R/deep-ensembles.R

get_ensemble_distributionR Documentation

Obtain the conditional ensemble distribution

Description

Obtain the conditional ensemble distribution

Usage

get_ensemble_distribution(object, data = NULL, topK = NULL, ...)

Arguments

object

object of class "drEnsemble"

data

data for which to return the fitted distribution

topK

not implemented yet

...

further arguments currently ignored

Value

tfd_distribution of the ensemble, i.e., a mixture of the ensemble member's predicted distributions conditional on data


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