K = SVMKERNEL(X) computes the linear kernel among columns of X.
K = SVMKERNEL(X,XT) computes the linear kernel among columns of
the training data X and the test data XT.
Kernel ['linear']
Type of kernel to use ('linear', 'rbf').
Gamma [3]
RBF kernel parameter.