This function adds repeat(s) to a repeat_ensemble
object, where each
repeat is a simple_ensemble
. All repeats must contain the same members,
selected using the same metric.
add_repeat(x, rep, ...)# S3 method for default
add_repeat(x, rep, ...)
# S3 method for simple_ensemble
add_repeat(x, rep, ...)
# S3 method for list
add_repeat(x, rep, ...)
a repeat_ensemble with additional repeat(s)
a repeat_ensemble to which repeat(s) will be added
a repeat, as a single simple_ensemble
, or a list of
simple_ensemble
objects
not used at the moment.