|
Algorithm 2 Our Proposed Model |
|
Input: source domain data , target domain data , labels of source domain data, threshold , and
|
|
Output: as labels of target domain data |
| 1: BEGIN |
|
2: Initialize as Null |
|
3: while not converged do
|
|
4: (1) Distribution adaptation in Equation (14) and let and
|
|
5: (2) Assign using classifiers trained by
|
|
6: (3) Obtain in Algorithm 1 |
|
7: (4) execute label propagation algorithm |
| 8: End while |
|
9:
|
| 10: END BEGIN |