Skip to main content
. 2024 Dec 16;24(24):8027. doi: 10.3390/s24248027
Algorithm 2 GPR-VLP under Data-Efficient Training with Quadrant-Based Active Learning (Q-AL-GPR)
  Input/output and all steps are the same as Algorithm 1 except for the initialization step in Active Learning.
* Active Learning:
  Initialization: Divide D into an initial effective training dataset De0(De0=m) and the corresponding complement dataset D0 De0=Dm. For each of the four quadrants of the test space, m/4 data are randomly drawn according to their labels to build De0.
  Other steps: The same as Algorithm 1.
Positioning Stage: The same as Algorithm 1.