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.
- Type: TableOriginal predictionsTable containing the predictions.