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.
In local mode, Apache Spark 2.4.0 and later versions are supported.
This component is not shipped with your Talend Studio by default. You need to install it using the Feature Manager. For more information, see Installing features using the Feature Manager.