Perform a kernel transformation on a single element.
Perform a kernel transformation on a single element.
input data to compute kernel on.
a dense vector containing the transformed data.
Perform kernel transformation of a given dataset.
Perform kernel transformation of a given dataset. If the kernel function is \phi, this computes \phi(x, y) for all rows in the given dataset.
input data to compute kernel on.
a kernel matrix containing the output of the transformation
Base trait for functions that transform the given input data with respect to a pre-specified kernel function.