[source] Linear# A simple linear kernel computed by the dot product of two vectors. Parameters# This kernel does not have any parameters. Example# use Rubix\ML\Kernels\SVM\Linear; $kernel = new Linear();