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.


mabelc/SSC documentation built on Dec. 27, 2019, 11:28 a.m.