normalizeMatrix2 | R Documentation |
Normalize design with given maximum and minimum in input space. Supportive function for Kriging model, not to be used directly.
normalizeMatrix2(x, ymin, ymax, xmin, xmax)
x |
design matrix in input space (n rows for each point, k columns for each parameter) |
ymin |
minimum vector of normalized space |
ymax |
maximum vector of normalized space |
xmin |
minimum vector of input space |
xmax |
maximum vector of input space |
normalized design matrix
buildKriging
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.