Algorithm 1 LSSVR-based observation function |
-
1:
Initialization:Train LSSVR model with training dataset D and acquire and b by solving matrix Equation (17)
-
2:
Input: Raw data
-
3:
Diagnosis of excessive sensing noise
-
4:
for all
do
-
5:
if There exists and in (25) then
-
6:
Corresponding parameter which the excessive sensing occurs is set based on (26):
-
7:
else
-
8:
Corresponding parameter which the excessive sensing does not occur is set based on (26):
-
9:
end if
-
10:
end for
-
11:
All corresponding parameters are determined and the diagonal matrix is obtained
-
12:
Iteration: calculate the observations
-
13:
while Termination condition: and
do
-
14:
The iterative equation: ,
-
15:
end while
-
16:
Output: Observation of
|