Learn R Programming

gptk (version 1.06)

gpCreate: Create a GP model with inducing variables/pseudo-inputs.

Description

Creates a Gaussian process model structure with default parameter settings as specified by the options vector.

Usage

gpCreate(q, d, X, y, options)

Arguments

q
input data dimension.
d
the number of processes (i.e. output data dimension).
X
the input data matrix.
y
the target (output) data.
options
options structure as defined by gpOptions.R.

Value

  • modelmodel structure containing the Gaussian process.

See Also

gpOptions.

Examples

Run this code
## missing

Run the code above in your browser using DataLab