tSVMModel
Generates an SVM-based classifier model that can be used by tPredict to classify given elements.
tSVMModel applies the SVM algorithm to analyze feature vectors typically prepared and provided by tModelEncoder.
It generates a binary classification model out of this analysis and writes this model in memory or in a file system supported by this component, such as HDFS or S3.