rbf_predict: RBF prediction

View source: R/simulated_data_generation.R

rbf_predictR Documentation

RBF prediction

Description

Computes the RBF kernel interpolation on a provided grid.

Usage

rbf_predict(rbf_model, grid)

Arguments

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.

Value

predictions (matrix) : The rbf kernel interpolated values.


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