Skip to main content
. 2020 Mar 31;20(7):1957. doi: 10.3390/s20071957
Algorithm 1. The proposed hierarchical sampling strategy under AL framework.
Input: a HC tree of n unlabeled data samples; iteration step ns
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 vT with minimal value of probability pv,cLB, and replace node v with its child nodes vp and vq if it satisfies ε~v, c>ε~vp,cp+ε~vq,cq.

  • 3:

    Choose one of the child nodes z in the same way, until there are no child nodes, then an informative sample x is selected.

  • 4:

    Update pu, cLB of all nodes uT.

  • 5:

    Repeat step2 to step4 until ns unlabeled samples are selected.

  • 6:

    Query the labels of ns selected data points, and then configure the selected dataset xs.

  • 7:

    Update the labeled dataset as xnewl[xl+xs], ynewl[yl+ys], the unlabeled dataset xnewu[xuxs].


Output: Newly labeled dataset xnewl[xl+xs], ynewl[yl+ys].