Naive Bayes Predictor

Predicts the class per row based on the learned model. The class probability is the product of the probability per attribute and the probability of the class attribute itself.

The probability for nominal values is the number of occurrences of the class value with the given value divided by the number of total occurrences of the class value. The probability of numerical values is calculated by assuming a normal distribution per attribute.

Dialog Options

Change prediction column name
When set, you can change the name of the prediction column.(The default is: Prediction (trainingColumn).)
Append columns with normalized class distribution
If selected a column is appended for each class instance with the normalized probability of this row being member of this class.
Suffix for probability columns
Suffix for the normalized distribution columns. Their names are like: P (trainingColumn=value).

Ports

Input Ports
0 A previously learned naive Bayes model
1 Input data to classify
Output Ports
0 The input table with one column added containing the classification and the probabilities depending on the options.
This node is contained in KNIME Base Nodes provided by KNIME GmbH, Konstanz, Germany.