GauPro_kernel {GauPro} | R Documentation |
Kernel R6 class
Description
Kernel R6 class
Kernel R6 class
Format
R6Class
object.
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
Public methods
Method plot()
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 print()
Print this object
Usage
GauPro_kernel$print()
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()
[Package GauPro version 0.2.12 Index]