|
Algorithm 1 K-margin() |
Input: A T-segments array } of an input health-condition monitoring record , trained multi-view RCR-Net model
Parameter: An integer K
Output: Top-K most confident segments and their label predictions
-
1:
-
2:
, ,
-
3:
whiledo
-
4:
using Equation (3)
-
5:
using Equation (4)
-
6:
# Implementation: remove segment index of from segment indexes list of
-
7:
,
-
8:
-
9:
end while
-
10:
return
|