| Algorithm 1: Stacking classification |
|
Input: Output: a stacking classifier H 1: Step 1: learn base-level classifiers 2: for t = 1 to T do 3: based on D 4: end for 5: Step 2: construct new data set of predictions 6: for i =1 to m do 7: 8: end for 9: Step 3: learn a meta-classifier 10: 11: return H |