Learn R Programming

tidysdm (version 1.0.0)

repeat_ensemble: 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(...)

Value

an empty repeat_ensemble

Arguments

...

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