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 5.

WrapperSearch(S*)

Require: S = {(x1, y1), … (xK, yK)}
  1: i ← 0
  2: while Stopping criterion not met do
  3:    Si = Generate Feature Subset(S)
  4:    accuracyi = Evaluate(Si)
  5: end while
  6: return argmaxSi={(x1,y1)(xK,yK)}{accuracyi}