Skip to main content
. Author manuscript; available in PMC: 2015 Sep 21.
Published in final edited form as: IEEE Trans Med Imaging. 2013 Sep 11;33(1):85–98. doi: 10.1109/TMI.2013.2281398

Algorithm 1 SCoRS

XDataMatrix(ntrain, p);
YLabelsVector(ntrain);
r ← 0;
si = 0 and ci = 0, ∀i, i = 1 : p;
repeat
 Randomly select a subset of features rp out of p;
ci(rp) ← ci(rp) + 1;
 Randomly select a subset of examples rn out of ntrain;
RXX(rn, rp);
 Apply regression to RX;
sisi + 1∀iβi ≠ 0
rr + 1;
until r = R
Select feature i if (si./ci) > th, where 0 < th < 1 is a threshold value;