Require: dataset , noisy label set , parameters , , . |
Ensure: recovered label set . |
1: for = to do
|
2: for = to do
|
3:
|
4:
|
5:
|
6:
|
7:
|
8:
|
// Construct the neighborhood graph
|
9:
|
10: while not converged do
|
11: Update by Eqs. (3), (4), (8)
|
12: end while
|
13:
|
14:
|
// Classify samples by KNN
|
15:
|
16:
|
17: end for
|
18: for = to do
|
19:
|
20:
|
21: end for
|
22:
|
23: end for
|
24:
|
25: return
|