Skip to main content
. 2013 Jul 17;13(7):9160–9173. doi: 10.3390/sl30709160

Algorithm 1 The classifier ensemble method in its most general form.

Require: Datasets St = {(x1, y1), …, (xmt, ymt)}, t = 1, …, T.
 1: for t = 1, …, T do
 2:  Train the classifier, ft on St;
 3:  Estimate the weight, βt, of ft using dataset ST by the appropriate technique;
 4: end for
 5: Normalize the weights, {β1, …, βT};
Ensure: A set of classifiers, {f1, …, fT}, and corresponding weights, {β1, …, βT}.