Description Format Input and Output Channels State Parameters Internals Fields Methods Super classes Methods See Also
Unite a set of "classif", "regr"' Predictions
into a
PredictionMultioutput
.
This PipeOp
uses a Multiplicity
input, which is created by PipeOpMultiplicityImply
or other PipeOp
s that implicate a Multiplicity
.
Note that Multiplicity
is currently an experimental feature and the implementation or UI
may change.
R6Class
inheriting from PipeOpEnsemble
/PipeOp
.
Input and output channels are inherited from PipeOpEnsemble
. Instead of a
PipeOpEnsemble
's collect
parameter is initialized
with TRUE
to allow for collecting a Multiplicity
input.
The $state
is left empty (list()
).
The parameters are the parameters inherited from the PipeOpEnsemble
.
Inherits from PipeOpEnsemble
by implementing the private$.predict()
method.
Should be used in combination with PipeOpSplitMultiOut
.
Only fields inherited from PipeOpEnsemble
/PipeOp
.
Only methods inherited from PipeOpEnsemble
/PipeOp
.
mlr3pipelines::PipeOp
-> mlr3pipelines::PipeOpEnsemble
-> PipeOpPredictionMultioutUnite
new()
Initialize a new R6 class.
PipeOpPredictionMultioutUnite$new(id = "multioutunite", param_vals = list())
id
character(1)
Identifier of the resulting object, defaults to "multioutunite".
param_vals
named list
List of hyperparameter settings, overwriting the hyperparameter settings that would
otherwise be set during construction. Default list()
.
clone()
The objects of this class are cloneable with this method.
PipeOpPredictionMultioutUnite$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other PipeOps:
mlr_pipeops_multioutlrn
,
mlr_pipeops_multioutsplit
Other Multiplicity PipeOps:
mlr_pipeops_multioutlrn
,
mlr_pipeops_multioutsplit
Other Experimental Features:
mlr_pipeops_multioutlrn
,
mlr_pipeops_multioutsplit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.