|
Algorithm 2 MRMR algorithm. |
Procedure MRMR(, ): training dataset
01: select (): the most relevance feature
02: include (): the selected feature x to an empty set S
:
03: find (): where is the complement of S
() and () go to line 6:
04: select (): the most relevance feature
05: include (): the selected feature x to the set S
: until for ∀ feature
:
06: select (): the feature with the nonzero relevance and redundancy
07: include (): the selected feature x to the set S
: until for ∀ feature
08: include (): the feature to the set S in random order ()
End procedure
|