The 'RBF' class object
This a R6 class. It inherits from 'kernel' class. It provides the rbf kernel function and the 1st order derivative of rbf kernel function.
R6Class
object.
an R6Class
object which can be used for the rkhs interpolation.
KGode::Kernel
-> RBF
greet()
RBF$greet()
set_k_par()
RBF$set_k_par(val)
kern()
RBF$kern(t1, t2)
dkd_kpar()
RBF$dkd_kpar(t1, t2)
dkdt()
RBF$dkdt(t1, t2)
clone()
The objects of this class are cloneable with this method.
RBF$clone(deep = FALSE)
deep
Whether to make a deep clone.
Mu Niu, mu.niu@glasgow.ac.uk
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.