predict.glue_ann: Make predictions with a GLUE-ANN model ensemble

Description Usage Arguments Value

View source: R/predict.glue_ann.R

Description

predict.glue_ann makes predictions for newdata with a GLUE-ANN model ensemble

Usage

1
2
3
## S3 method for class 'glue_ann'
predict(glue_ann, newdata,
  weighting = glue_ann$parameters$weighting)

Arguments

glue_ann

a glue_ann object

newdata

input data frame for making predictions

weighting

GLUE weighting procedure; options are 'MSE', 'MSEes' (for weights based on the early stopping subset performance), 'NSEff' and 'Stedinger'; default: 'Stedinger'

Value

predictions from glue_ann model ensemble


rogiersbart/RGLUEANN documentation built on May 27, 2019, 12:16 p.m.