repeat_ensemble: Repeat ensemble

View source: R/repeat_ensemble.R

repeat_ensembleR Documentation

Repeat ensemble

Description

An ensemble based multiple sets of pseudoabsences/background. This object is a collection (list) of simple_ensemble objects for which predictions will be combined in a simple way (e.g. by taking either the mean or median). Each simple_ensemble contains the best version of a each given model type following turning; all simple ensembles will need to have the same metric estimated during the cv process.

Usage

repeat_ensemble(...)

Arguments

...

not used, this function just creates an empty repeat_ensemble object. Members are added with add_best_candidates()

Value

an empty repeat_ensemble


tidysdm documentation built on April 3, 2025, 9:56 p.m.