GauPro (version 0.2.4)

GauPro_kernel: Kernel R6 class

Description

Kernel R6 class

Kernel R6 class

Arguments

Value

Object of R6Class with methods for fitting GP model.

Format

R6Class object.

Public fields

D

Number of input dimensions of data

Methods

Public methods

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

Run this code
# NOT RUN {
#k <- GauPro_kernel$new()
# }

Run the code above in your browser using DataLab