Skip to main content
. 2020 Jun 27;11(7):717. doi: 10.3390/genes11070717
Algorithm 3
1: Initialize parameter S = ,
2: For each candidate feature fi in S, calculate SU between feature-feature and feature-class to eliminate redundant features using AMb.
3: For  i=1 to n, j=i+1,fi first feature, fj second feature
4:    calculate SUi,c,SUi,j and SUj,c
5:        if SUi,cSUj,c & SUi,jSUj,c then
6:                   remove fj i.e., SS{f}.
7:           else
8:    Insert fj into output selected features list SS+{f},
9:        end
10: End of for
11: Return: The optimal subset of non-redundant genes S.