democraticCombine {ssc} | R Documentation |
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. |
classes |
the classes. |
Value
The classification proposed.
[Package ssc version 2.1-0 Index]