Skip to main content
. 2019 Dec 16;19(24):5555. doi: 10.3390/s19245555
Algorithm 2 Training the best classification line
Input: predicted classification line and observed measure point set {xi,yi}i=1l at time k+1;
Output: best classification line at moment k+1;
 1: Input the predicted classification line and observed measure point set
{xi,yi}i=1l at time k+1;
 2: Classify the observed measure point set {xi,yi}i=1l by using the predicted
 classification line according to Equation (19), which will get the classified
 sampling point set {xi,yi,zi}i=1l with the binary class labels zi{1,+1};
 3: Substituting {xi,yi,zi}i=1l into Equation (23) to compute the parameter
ω and b, and finally get the best classification line at moment k+1.