Skip to main content
. Author manuscript; available in PMC: 2013 May 1.
Published in final edited form as: Artif Intell Med. 2012 Mar 3;55(1):61–70. doi: 10.1016/j.artmed.2012.01.002

Algorithm 4.

Fliter(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