SVM Predictor

This node uses a SVM model generated by the SVM learner node to predict the output for given values. Only the columns that have been used during training are used in the SVM learner. The output table will contain one extra column, which contains the prediction and optionally the class probabilities.

Options

Custom prediction column name
Allows you to specify a customized name for the prediction column that is appended to the input table. If not checked, Prediction(target) (where target is the name of the target column of the provided regression model) is used as default.
Append columns with normalized class distribution
If selected, a column is appended for each class instance with the normalized probability of this row being a member of this class. The probability columns will have names like: P(targetColumn=value).
Probability column suffix
Suffix for the probability columns.

Input Ports

Icon
The model generated by the SVM Learner.
Icon
Inport for the input table.

Output Ports

Icon
The input table, with (the class probabilities and) the prediction column appended to it.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.