Learn R Programming

gptk (version 1.0)

kernTest: Run some tests on the specified kernel.

Description

runs some tests on a given kernel structure to ensure it is correctly implemented.

Usage

values <- kernTest(kernType, numIn=4, tieParamNames=list(), testindex=NULL)

Arguments

kernType
type of kernel to test. For example, 'rbf' or {'cmpnd', 'rbf', 'lin', 'white'}.
numIn
the number of input dimensions (default is 4).
tieParamNames
list of regular expressions for parameter names that should be tied (default is none).

Value

  • kernthe kernel as it was used in the tests.

See Also

kernCreate.

Examples

Run this code
## missing

Run the code above in your browser using DataLab