Kernel R6 class
Kernel R6 class
Value
Object of R6Class with methods for fitting GP model.
Public fields
D
Number of input dimensions of data
useC
Should C code be used when possible? Can be much faster.
Methods
Plot kernel decay.
Usage
GauPro_kernel$plot(X = NULL)
Arguments
X
Matrix of points the kernel is used with. Some will be used
to demonstrate how the covariance changes.
Method clone()
The objects of this class are cloneable with this method.
Usage
GauPro_kernel$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
#k <- GauPro_kernel$new()