Algorithm 1: The RM-GNMF-based Algorithm |
Input: The dataset , a predefined number of clusters k, parameters , , the nearest neighbor graph parameter p, maximum iteration number . Initialization: , , . Repeat Fix other parameters, and then update Z by formula (17); Fix other parameters, and then update W by: ; Update H by , where U and V are the left and right singular values of the SVD decomposition; Fix other parameters, and then update and by formulas (26)(27); t = t + 1; Until . Output: matrix , matrix . |