|
Algorithm 2 The Convex-based Data Recovery (CDR) Algorithm |
Input: Collected traffic state matrix , indication matrix , regularization coefficient , rank factor r, and learning rating Output: Estimation matrix
-
1:
a matrix generated by standard normal distribution
-
2:
a matrix generated by standard normal distribution
-
3:
Compute based on Equation (15)
-
4:
Compute based on Equation (16)
-
5:
Initialize
-
6:
-
7:
whiledo
-
8:
for
i from 1 to
do
-
9:
for
j from 1 to T
do
-
10:
-
11:
-
12:
end for
-
13:
end for
-
14:
-
15:
if
and
then
-
16:
-
17:
-
18:
-
19:
-
20:
end if
-
21:
end while
-
22:
-
23:
fori from 1 to
do
-
24:
for
j from 1 to T
do
-
25:
-
26:
end for
-
27:
end for
-
28:
Output
|