Research Article
A Novel Reformed Reduced Kernel Extreme Learning Machine with RELIEF-F for Classification
ā | Require: Training input data matrix , and the number of clusters . | ā | Ensure: the centroid positions . | (1) | Initialize centroids randomly; | (2) | Associate each samples with the nearest centroid by Euclidean distance; | (3) | Recalculate the position of centroids ; | (4) | Repeat step 2 and 3 until result of (14) is no change; return |
|