Algorithm 4.
Require: S = {(x1, y1), … (xK, yK)} |
Require: length(xi) = F |
1: for i = 1 to F do |
2: Rank(feature i, S) |
3: end for |
4: S′ = (Highest Ranked Features(X), Y) |
5: return S′ |
Require: S = {(x1, y1), … (xK, yK)} |
Require: length(xi) = F |
1: for i = 1 to F do |
2: Rank(feature i, S) |
3: end for |
4: S′ = (Highest Ranked Features(X), Y) |
5: return S′ |