Description Usage Arguments Value Author(s) See Also
Apply the trained cubic, MQ or Gaussian RBF interpolation to new data for d>1.
1 | interpRBF(x, rbf.model)
|
x |
vector holding a point of dimension d |
rbf.model |
trained RBF model (or set of models), see |
value s(\vec{x}) of the trained model at \vec{x}
- or -
vector s_j( \vec{x}) with values for all trained models j=1,...,m at \vec{x}
Wolfgang Konen (wolfgang.konen@th-koeln.de)
trainCubicRBF
, trainMQRBF
, trainGaussRBF
, predict.RBFinter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.