Package fr.lip6.kernel.typed.index

Class Summary
IndexDoubleGaussL2 Kernel on double[] that computes the L2 distance of a specified component j:
k(x, y) = (x[j]-y[j])*(x[j]-y[j])
IndexDoubleLinear Kernel on double[] that performs the product of a specified component j:
k(x,y) = x[j]*y[j]