Skip to main content
. Author manuscript; available in PMC: 2014 Oct 7.
Published in final edited form as: Proc SPIE Int Soc Opt Eng. 2011 Mar 4;7963:79630U. doi: 10.1117/12.878312
Input: F(c) ∈ ℝN for all objects cC, n
Output: Xm(c)mn, m ∈ {1, …, M}
Data Structures: Feature subsets ℱm, total number of subsets M, number of features in each subset V
begin
  0. for m = 1 to M do
  1.    Select V < N features from ℝN, forming subset ℱm;
  2.    Calculate Xm(c)mn, for all cC via GE of the feature space associated with each ℱm;
  3. endfor
end