| Algorithm 1 Processing flow for the proposed data reduction invariant LASSO technique |
|
Input: M × N matrix at the output of the MWC scheme, M × L X sampling-related matrix and N × M matrix , obtained from the SVD of the matrix using Equation (3). Initialization: Compute according to Equation (2). Take an initial solution for the L × M matrix belonging to . Find the optimal λ value using the cross-validation method [30]. Fori←1 to L, do Obtain the matrices and by removing the ith column from the matrix and the ith row from the matrix , respectively. In addition, obtain the ith column of matrix and denote it by . Calculate according to Equation (20). Calculate according to Equation (22). Calculate according to Equation (32) and then according to Equation (24). Calculate according to Equation (22). Update the estimated solution by replacing its ith row with . End for Output: Calculate the final estimated solution, i.e., the L × N matrix . |