democraticCombine {ssc} | R Documentation |
This function combines the probabilities predicted by the set of classifiers.
democraticCombine(pred, W, classes)
pred |
A list with the prediction for each classifier. |
W |
A vector with the confidence-weighted vote assigned to each classifier during the training process. |
classes |
the classes. |
The classification proposed.