cvt.utils.kernel_functions

Kernel functions

Functions

l2_kernel(X, Y)

linear_kernel(X, Y)

Linear kernel.

rbf_kernel(X, Y[, sigma])

RBF kernel.