Learn R Programming

gptk (version 1.06)

gpUpdateKernels: Update the kernels that are needed.

Description

updates any representations of the kernel in the model structure, such as invK, logDetK or K.

Usage

gpUpdateKernels(model, X, X_u)

Arguments

model
the model structure for which kernels are being updated.
X
the input locations for update of kernels.
X_u
the inducing input locations.

Value

  • modelthe model structure with the kernels updated.

See Also

gpExpandParam, gpCreate.

Examples

Run this code
## missing

Run the code above in your browser using DataLab