Learn R Programming

deepregression (version 2.2.0)

get_ensemble_distribution: Obtain the conditional ensemble distribution

Description

Obtain the conditional ensemble distribution

Usage

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

Value

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

Arguments

object

object of class "drEnsemble"

data

data for which to return the fitted distribution

topK

not implemented yet

...

further arguments currently ignored