Train a classifier of the 'Support Vector Machine' (SVM) type.
Determine how much (if any) of the records should be used for cross-validation.
Percentage RequiredSmooth/width parameter of Gaussian kernel.
double RequiredInclude generated features that are only triggered once in the training data set.
boolean RequiredDefines the maximum number of features to generate per column. Applies to feature vectors such as 'One-Hot Encoding' or n-grams.
Integer RequiredMulticlass strategy (relevant only when there are more than 2 classifications)
Choice: ONE_VS_ONE ONE_VS_ALL Required