See: Description
| Class | Description |
|---|---|
| CustomMatrixKernel |
Kernel with a provided custom matrix.
|
| CustomTrainTestMatrixKernel |
Kernel with provided custom train and test matrices.
|
| NystromKernel<T> |
This kernel provides a fast approximation of a given kernel using the Nystrom
approximation.
|
| PowerKernel<T> |
Simple Kernel elevating the underlying kernel to power e in the form K(x,y) = k(x,y)^e.
|