democraticCombine: Combining the hypothesis of the classifiers
Description
This function combines the probabilities predicted by the set of
classifiers.
Usage
democraticCombine(pred, W, classes)
Arguments
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.
Value
The classification proposed.