predict.spotBOModel: Prediction method for bayesian optimization model

View source: R/buildBO.R

predict.spotBOModelR Documentation

Prediction method for bayesian optimization model

Description

Wrapper for predict.spotBOModel.

Usage

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

Arguments

object

fit of the model, an object of class "spotBOModel", produced by buildBO.

newdata

matrix of new data.

...

not used

Value

list with predicted mean y, uncertainty / standard deviation s (optional) and expected improvement ei (optional). Whether s and ei are returned is specified by the vector of strings object$target, which then contains "s" and "ei".


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