MLP {KGode} | R Documentation |
The 'MLP' class object
Description
This a R6 class. It inherits from 'kernel' class. It provides the mlp kernel function and the 1st order derivative of mlp kernel function.
Format
R6Class
object.
Value
an R6Class
object which can be used for the rkhs interpolation.
Super class
KGode::Kernel
-> MLP
Methods
Public methods
Inherited methods
Method greet()
Usage
MLP$greet()
Method set_k_par()
Usage
MLP$set_k_par(val)
Method kern()
Usage
MLP$kern(t1, t2)
Method dkd_kpar()
Usage
MLP$dkd_kpar(t1, t2)
Method dkdt()
Usage
MLP$dkdt(t1, t2)
Method clone()
The objects of this class are cloneable with this method.
Usage
MLP$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Author(s)
Mu Niu, mu.niu@glasgow.ac.uk
[Package KGode version 1.0.4 Index]