This a R6 class. It inherits from 'kernel' class. It provides the mlp kernel function and the 1st order derivative of mlp kernel function.
an R6Class
object which can be used for the rkhs interpolation.
R6Class
object.
Mu Niu, mu.niu@glasgow.ac.uk
KGode::Kernel
-> MLP
Inherited methods
greet()
MLP$greet()
set_k_par()
MLP$set_k_par(val)
kern()
MLP$kern(t1, t2)
dkd_kpar()
MLP$dkd_kpar(t1, t2)
dkdt()
MLP$dkdt(t1, t2)
clone()
The objects of this class are cloneable with this method.
MLP$clone(deep = FALSE)
deep
Whether to make a deep clone.