Skip to main content
. 2017 Jan 12;17(1):135. doi: 10.3390/s17010135
Algorithm 1 The kernel-based ELM with regularization.
Input: training samples {(xi, ti) |xiRm, tiRn, i=1,,P}; the regularization parameter C; the kernel function K(a,b); the input of a random testing sample x.
  (1) Calculate the kernel matrix ΩELM of the given P training samples based on Equation (6);
  (2) Calculate the output of the test sample O based on Equation (8).
Output: the test sample O.