| predict.spotBOModel | R Documentation |
Wrapper for predict.spotBOModel.
## S3 method for class 'spotBOModel' predict(object, newdata, ...)
object |
fit of the model, an object of class |
newdata |
matrix of new data. |
... |
not used |
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".
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.