Research Article

On Software Defect Prediction Using Machine Learning

Algorithm 2

AKPCAC.
Input: The set of Labeled samples, ;
The set of unlabeled samples, ;
Output: Kernel Principal Component Classifier, ;
Method:
(1) ;
(2) , where is a vector with all elements equal to 1.
(3) ;
(4) ; % is the label vector
(5) Calculate according to (9), (10);
(6) return   ;
End Algorithm APPCC.