they are DirectKernels operating on Vector representations (both DenseVector and SparseVector).
Linear Kernel
Java class: LinearKernel
Source code: LinearKernel.java
Maven Project: kelp-core
JSON type: linear
Description: It executes the dot product between two Vector representations
Parameters:
- representation: the String identifying the representation on which the kernel must operate