| Algorithm 2 The FA method for feature alignment |
|
Input: The source domain feature matrix The source domain label matrix The target domain feature matrix The transfer samples of source domain The transfer samples of target domain The regularization parameter Output: Transformation matrix New target domain Recognition accuracy (%) of unlabeled data in new target domain Procedure: 1: Calculate the basis transformation matrix according to (8) 2: Calculate the new target domain according to = 3: Calculate the predicted output of unlabeled samples of new target domain ← SVMClassifier ) 4: Calculate the recognition accuracy (%) of unlabeled data in new target domain |