| Algorithm 1 The kernel-based ELM with regularization. |
| Input: training samples {(, ) |, , }; the regularization parameter C; the kernel function ; the input of a random testing sample . (1) Calculate the kernel matrix of the given P training samples based on Equation (6); (2) Calculate the output of the test sample based on Equation (8). Output: the test sample . |