democraticCombine: Combining the hypothesis of the classifiers

Description Usage Arguments Value

View source: R/Democratic.R

Description

This function combines the probabilities predicted by the set of classifiers.

Usage

1
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.


SSLR documentation built on July 22, 2021, 9:08 a.m.