View source: R/predict.glue_ann.R
predict.glue_ann | R Documentation |
predict.glue_ann
makes predictions for newdata with a GLUE-ANN model ensemble
## S3 method for class 'glue_ann'
predict(glue_ann, newdata,
weighting = glue_ann$parameters$weighting)
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' |
predictions from glue_ann model ensemble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.