| Algorithm 2 Training the best classification line |
| Input: predicted classification line and observed measure point set at time ; Output: best classification line at moment ; 1: Input the predicted classification line and observed measure point set at time ; 2: Classify the observed measure point set by using the predicted classification line according to Equation (19), which will get the classified sampling point set with the binary class labels ; 3: Substituting into Equation (23) to compute the parameter and b, and finally get the best classification line at moment . |