Ensemble.SDM-class: An S4 class to represent an ensemble SDM

Ensemble.SDM-classR Documentation

An S4 class to represent an ensemble SDM

Description

This is an S4 class to represent an ensemble SDM from multiple algorithms (including generalized linear model, general additive model, multivariate adaptive splines, generalized boosted regression model, classification tree analysis, random forest, maximum entropy, artificial neural network, and support vector machines). This S4 class is returned by ensemble_modelling or ensemble.

Slots

uncertainty

raster. Between-algorithm variance map.

algorithm.correlation

data frame. Between-algorithm correlation matrix.

algorithm.evaluation

data frame. Evaluation of the ensemble SDM (available

sdms

list. Individual SDMs used to create the ESDM. metrics include AUC, Kappa, sensitivity, specificity and proportion of correctly predicted occurrences) and identification of the optimal threshold to convert the habitat suitability map into a binary presence/absence map.

See Also

Algorithm.SDM an S4 class to represent an SDM based on a single algorithm, and Stacked.SDM an S4 class for SSDMs.


sylvainschmitt/SSDM documentation built on Oct. 25, 2023, 11:19 p.m.