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