View source: R/simulated_data_generation.R
rbf_predict | R Documentation |
Computes the RBF kernel interpolation on a provided grid.
rbf_predict(rbf_model, grid)
rbf_model |
(list): The RBF kernel model containing metadata bout the model (kernels, rbf weights, interpolation function). |
grid |
(nxn matrix): Grid of points to compute the RBF kernel on. |
predictions (matrix) : The rbf kernel interpolated values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.