This function computes the kernel (correlation) matrix.
Given the kernel class object and the input data \(X\) of size n,
this function computes the corresponding \(n\times n\) kernel (correlation) matrix.
Usage
Evaluate.Kernel(kernel, X)
Value
The kernel (correlation) matrix of X evaluated by the kernel.