buildModel | R Documentation |
Model building support function for optimCEGO. Should not be called directly.
buildModel(res, distanceFunction, control)
res |
list with elements: (x) list of samples in input space and (y) matrix, column vector of observations for each sample |
distanceFunction |
a suitable distance function of type f(x1,x2), returning a scalar distance value, preferably between 0 and 1. Maximum distances larger 1 are no problem, but may yield scaling bias when different measures are compared. Should be non-negative and symmetric. In case Kriging is chosen, it can also be a list of several distance functions. In this case, MLE is used to determine the most suited distance measure (see the last reference). |
control |
list with options:
|
a list:
fit
model-fit
fpred
prediction function
optimCEGO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.