Description Usage Format Details Fields Methods Examples
UPSM is a class for a surrogate model
ready to be used in a UP framework.
1 |
An R6Class generator object
It contains a surrogate model and a UPClass. The UPSM sets the set of submodels and perform UP predictions.
sm:a surrogate model of class sm
UP:a class UPClass
submodels:list of submodels
UPSM$new(sm = NULL, UP=NULL)Creates a new UPSM object,
and intialize the submodels.
uppredict(newData)The UP prediction of the new data.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.