| GauPro_kernel | R Documentation |
Kernel R6 class
Kernel R6 class
R6Class object.
Object of R6Class with methods for fitting GP model.
DNumber of input dimensions of data
useCShould C code be used when possible? Can be much faster.
plot()Plot kernel decay.
GauPro_kernel$plot(X = NULL)
XMatrix of points the kernel is used with. Some will be used to demonstrate how the covariance changes.
print()Print this object
GauPro_kernel$print()
clone()The objects of this class are cloneable with this method.
GauPro_kernel$clone(deep = FALSE)
deepWhether to make a deep clone.
#k <- GauPro_kernel$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.