PRTools contents |
VOTEC
W = VOTEC(V)
W = V*VOTEC
Input | |
V | Set of classifiers |
Output | |
W | Voting combiner |
If V = [V1,V2,V3,...] is a stacked set of classifiers trained for the same classes, W is the voting combiner: it selects the class with the
highest | vote of the base classifiers. This might also be used as |
A*[V1,V2,V3]*VOTEC | in which A is a dataset to be classified. |
The base classifiers may be combined in a stacked way (operating in the same feature space) by V = [V1,V2,V3, ... ] or in a parallel way (operating in different feature spaces) by V = [V1;V2;V3; ... ]
PREX_COMBINING
mappings, datasets, prodc, maxc, minc, medianc, meanc, averagec, stacked, parallel,
PRTools contents |