GauPro_kernel: Kernel R6 class

GauPro_kernelR 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()

GauPro documentation built on April 11, 2023, 6:06 p.m.