Public methods
Method new()
Creates a new instance of this R6 class.
Usage
PipeOpSurvAvg$new(innum = 0, id = "survavg", param_vals = list(), ...)
Arguments
innum
(numeric(1))
Determines the number of input channels.
If innum
is 0 (default), a vararg input channel is created that can take an arbitrary
number of inputs.
id
(character(1)
)
Identifier of the resulting object.
param_vals
(list()
)
List of hyperparameter settings, overwriting the hyperparameter settings that would
otherwise be set during construction.
...
ANY
Additional arguments passed to mlr3pipelines::PipeOpEnsemble.
Method clone()
The objects of this class are cloneable with this method.
Usage
PipeOpSurvAvg$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.