Prediction Fusion

Fuses multiple prediction confidences into one, combined prediction, using the selected fusion method. The selected fusion method will be applied to all confidence values (resulting from multiple predictions) of the same class. After the fusion method was applied, the resulting combined prediction confidences will be normalized to add up to one, such that they can be interpreted as probabilities.

Note: Missing values will be skipped.

Options

Method
The fusion method.
  • Maximum: Maximum of all prediction confidences
  • Mean: Mean of all prediction confidences
  • Median: Median of all prediction confidences
  • Minimum: Minimum of all prediction confidences
Classes
The classes that were predicted and for which confidences are available. In case of a tie the higher class (in the list) wins.
Class confidences
Each row represents the predicted confidences from one classifier. The fusion method is applied to all confidence values of the same class.
Weight
Multiplies the predictions confidences as if the prediction would have been added n times. This enables a prediction to have more influence on the outcome than another. (Affects mean and median but not minimum or maximum.)
Add prediction
Add another prediction to the set of predictions that will be fused into one.

Input Ports

Icon
Table containing the predictions.

Output Ports

Icon
Table containing the fused prediction confidences and the winning class.

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.