democraticCombine {SSLR}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 SSLR version 0.9.3.3 Index]