K <- kernCompute(kern, x)
computes a kernel matrix for the given kernel type given an input data matrix. K <- kernCompute(kern, x1, x2)
computes a kernel matrix for the given kernel type given two input data matrices, one for the rows and one for the columns.
K <- kernDiagCompute(kern, x)
computes the diagonal of a kernel matrix for the given kernel.
K <- *X*kernCompute(kern1, kern2, x)
K <- *X*kernCompute(kern1, kern2, x1, x2)
same as above, but for cross combinations of two kernels, kern1
and kern2
.