| Algorithm 1. SCDMDA |
|
Input: Dataset and , subspace dimension , parameters , , , , and , classifier KTELM, maximum number of iterations . Output: Projection matrix and target prediction . Step1: According to Equations (1) and (9), construct , , and , and set and to 0. Step2: Let . Step3: Solve Equation (12) or Equation (14) to obtain the projection matrix . Step4: Project and by into -dimensional subspace to obtain and . Step5: Learn a KTELM on , and classify to obtain the label set of the target domain data . Step6: Use and , construct , and solve and ( and in the nonlinear case) according to Equations (2) and (3). Step7: Let . Step8: If or does not change, output , otherwise, go to Step3. |