View source: R/assemble_models.R
assemble_models | R Documentation |
Assemble bootstrap models
assemble_models(
modelsList,
method = c("ACC", "Jaccard Similarity", "TSS", "AUC", "kappa"),
threshold = 0.5,
modelspath = "./"
)
modelsList |
List of bootstrap niche models |
method |
String indicating method to weight bootstrap performance. Default "ACC" |
threshold |
Threshold to select models cut-off. Default is 0.5 |
modelspath |
File path to the folder where bootstrap models can be found |
Returns an error if filename
does not exist.
Ensemble NINA model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.