|
Algorithm 1: The Proposed Stacking Model |
-
1.
Start
-
2.
Input data: Input training dataset
-
3.
Output data: Stacking classifier output result.
-
4.
Pre-process the input data
-
5.
Set all the model architecture according to the input data
-
6.
Train all the base classifiers
-
7.
for t = 1 to T do
-
8.
learn based on
-
9.
end for
-
10.
Generate new dataset of the base classifiers
-
11.
For
where =
-
12.
-
13.
Learn SVM as a mate classifier in the proposed model
-
14.
Learn base on
-
15.
Generate the final output
-
16.
End
|