|
Algorithm 1 Time series evidence combination rule |
-
Require:
Revised evidence ; the hyper-parameters ; the number of classifiers/activities n; current time interval T;
-
Ensure:
The final combination result ;
-
1:
Initial the weights and ;
-
2:
Initial ;
-
3:
for; ; do
-
4:
for
; ;
do
-
5:
Calculate each of classifier in time interval t with by Equations (7) and (8);
-
6:
end for
-
7:
Calculate each intra-classifier combination result of classifier by Equation (6);
-
8:
by Equations (6)–(8);
-
9:
end for
-
10:
if train model then: Minimize the loss function and calculate the change of weights and ; ; ;
-
11:
else if test model then: Output and ;
-
12:
end if
|