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

Description Usage Arguments Value See Also Examples

View source: R/gpCreate.R

Description

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

Usage

1
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

model

model structure containing the Gaussian process.

See Also

gpOptions.

Examples

1
## missing

alkalait/gptk documentation built on March 7, 2020, 6:30 a.m.