predict.cvModel: predict.cvModel

View source: R/buildCVModel.R

predict.cvModelR Documentation

predict.cvModel

Description

Predict with the cross validated model produced by buildCVModel.

Usage

## S3 method for class 'cvModel'
predict(object, newdata, ...)

Arguments

object

CV model (settings and parameters) of class cvModel.

newdata

design matrix to be predicted

...

Additional parameters passed to the model

Value

prediction results: list with predicted mean ('y'), estimated uncertainty ('y'), linearly adapted uncertainty ('sLinear')


SPOT documentation built on June 26, 2022, 1:06 a.m.