Learn R Programming

gptk (version 1.06)

gpOptions: Return default options for GP model.

Description

returns the default options in a structure for a GP model.

Usage

gpOptions(approx)

Arguments

approx
approximation type, either 'ftc' (no approximation), 'dtcvar' (variational sparse approximation) 'dtc' (deterministic training conditional), 'fitc' (fully independent training conditional) or 'pitc' (partially independent training conditional).

Value

  • optionsstructure containing the default options for the given approximation type.

See Also

gpCreate.

Examples

Run this code
## missing

Run the code above in your browser using DataLab