Research Article

Improved Double-Layer Structure Multilabel Classification Model via Optimal Sequence and Attention Mechanism

Algorithm 6
Classify(x): classify new instance X
(1)Global
(2)Classify x for the first time using the first-layer classifier
(3)
(4)
(5)
(6)End for
(7)Classify x for the first time using the second-layer classifier
(8)
(9)
(10)
(11)
(12)End for
(13)Get the final classification result
(14)
(15)