Skip to main content
. 2023 May 31;13(6):923. doi: 10.3390/biom13060923
  Algorithm 1: Reduction of features.
   Require: d × N feature matrix F.
   1: Estimate effective-rank k of F (using rank estimation technique in [40]).
   2: Find a sub matrix with k rows and call it Fk.
   3: while effective-rank(Fk)k do
   4:     Find another sub matrix with k rows and call it Fk.
   5:  end while
   6: k features corresponding to each row of Fk are most relevant features.