function out = svm_new(name) Creates a new Support Vector Machine (SVM) model Inputs: name: string containing a name for the model (optional) Outputs: out: the model