get_ensemble_distribution {deepregression}R 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


[Package deepregression version 1.0.0 Index]