Learn R Programming

tidysdm (version 1.0.0)

add_repeat: 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, ...)

# 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, ...)

Value

a repeat_ensemble with additional repeat(s)

Arguments

x

a repeat_ensemble to which repeat(s) will be added

rep

a repeat, as a single simple_ensemble, or a list of simple_ensemble objects

...

not used at the moment.