Description Usage Arguments Value Author(s) See Also
Apply cubic or Gaussian or MQ RBF interpolation to a set of new data points for d>1.
1 2 |
rbf.model |
trained RBF model (or set of models), see |
newdata |
matrix or data frame with d columns. Each row contains a data point x_i,\ i=1,…,n |
... |
(not used) |
vector of model responses s(x_i), one element for each data point x_i
- or -
if rbf.model is a set of m models, a (n x m)-matrix
containing in each row the response s_j(x_i) of all models
j = 1,…,m to x_i
Wolfgang Konen (wolfgang.konen@th-koeln.de)
trainCubicRBF, trainGaussRBF, interpRBF
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.