add_repeat {tidysdm} | R Documentation |
Add repeat(s) to a repeated ensemble
Description
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.
Usage
add_repeat(x, rep, ...)
## Default S3 method:
add_repeat(x, rep, ...)
## S3 method for class 'simple_ensemble'
add_repeat(x, rep, ...)
## S3 method for class 'list'
add_repeat(x, rep, ...)
Arguments
x |
a repeat_ensemble to which repeat(s) will be added |
rep |
a repeat, as a single |
... |
not used at the moment. |
Value
a repeat_ensemble with additional repeat(s)
[Package tidysdm version 0.9.5 Index]