This a R6 class. It inherits from 'kernel' class. It provides the rbf kernel function and the 1st order derivative of rbf kernel function.
an R6Class
object which can be used for the rkhs interpolation.
R6Class
object.
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.