assemble_models: ASSEMBLING MODELS FUNCTION

View source: R/assemble_models.R

assemble_modelsR Documentation

ASSEMBLING MODELS FUNCTION

Description

Assemble bootstrap models

Usage

assemble_models(
  modelsList,
  method = c("ACC", "Jaccard Similarity", "TSS", "AUC", "kappa"),
  threshold = 0.5,
  modelspath = "./"
)

Arguments

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

Details

Returns an error if filename does not exist.

Value

Ensemble NINA model


agarciaEE/NINA documentation built on Jan. 9, 2025, 10:09 a.m.