rbf_on_grid: Wrapper for RBF Kernel Interpolation

View source: R/simulated_data_generation.R

rbf_on_gridR Documentation

Wrapper for RBF Kernel Interpolation

Description

Provides Kernel Interpolated predictions.

Usage

rbf_on_grid(grid_size = 25, func = rbf_gauss, data, eta = 5)

Arguments

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

Value

predictions (matrix) Matrix of Kernel predictions at each point of the grid.


lcrawlab/SINATRA documentation built on Sept. 13, 2023, 2 p.m.