View source: R/buildRandomSearchDummy.R
predict.rsdummy | R Documentation |
This function is used to emulate uniform random search with SPOT.
It is a placeholder for the surrogate model and
simply returns NA
when called.
## S3 method for class 'rsdummy' predict(object, newdata, ...)
object |
dummy object, not used. |
newdata |
dummy data, not used. |
... |
additional arguments, not used. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.