gpCreate: Create a GP model with inducing varibles/pseudo-inputs.
Description
Creates a Gaussian process model structure with default parameter settings as specified by the options vector.Usage
model <- gpCreate(q, d, X, y, options)
Arguments
d
the number of processes (i.e. output data dimension).
y
the target (output) data.
options
options structure as defined by gpOptions.m.
Value
- modelmodel structure containing the Gaussian process.