|
Algorithm 1. The proposed hierarchical sampling strategy under AL framework. |
Input: a HC tree of unlabeled data samples; iteration step Process:
-
1:
Repeat following steps until labeled samples are enough for high-quality soft sensing or all unlabeled samples are labeled.
-
2:
Choose the node with minimal value of probability , and replace node with its child nodes and if it satisfies .
-
3:
Choose one of the child nodes in the same way, until there are no child nodes, then an informative sample is selected.
-
4:
Update of all nodes .
-
5:
Repeat step2 to step4 until unlabeled samples are selected.
-
6:
Query the labels of selected data points, and then configure the selected dataset .
-
7:
Update the labeled dataset as , , the unlabeled dataset .
Output: Newly labeled dataset , . |