View source: R/simulated_data_generation.R
rbf_on_grid | R Documentation |
Provides Kernel Interpolated predictions.
rbf_on_grid(grid_size = 25, func = rbf_gauss, data, eta = 5)
grid_size |
(int) The granularity of the grid. |
func |
(function) The interpolation function used. RBF and Inverse quardrtic kernels are supported. |
data |
(nx3 matrix) The data used to interpolate. |
eta |
(float) Varying shape parameter of the kernel |
predictions (matrix) Matrix of Kernel predictions at each point of the grid.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.