Learn R Programming

SPOT (version 2.4.2)

predict.spotBOModel: Prediction method for bayesian optimization model

Description

Wrapper for predict.spotBOModel.

Usage

# S3 method for 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