io.github.mandar2812.dynaml.kernels
Create a kernel from a symmetric function.
Create a kernel from a symmetric function.
K(x,y) = f(state)(x,y)
A function which for every state outputs a symmetric kernel evaluation function for inputs.
The (beginning) state of the kernel.
Create a kernel from a feature mapping.
Create a kernel from a feature mapping. K(x,y) = phiT(x) . phi(y)
A general non linear transformation as a DataPipe from the domain to a multidimensional vector.
A kernel instance defined for that particular feature transformation.
Create a kernel from a feature mapping.
Create a kernel from a feature mapping. K(x,y) = phiT(x) . phi(y)
A general non linear transformation from the domain to a multidimensional vector.
A kernel instance defined for that particular feature transformation.