Table 4.
MATLAB Command List For Gene Selection.
| Algorithm Description | Command Line |
| ReliefF | W = reliefF(X, y, n, K, typed, Topn) |
| F-statistic | W = Ftest(X, y, Topn) |
| GNSR | W = Gsnr(X, y, Topn) |
| ReliefF-mRMR | W = rm(X, y, n, K, Topn) |
| Rankgene | W = rankgene(X, y, T, Topn) |
This table shows MATLAB commands for the feature selection algorithms, which are ReliefF, F-statistic, GNSR, ReliefF-mRMR, and all algorithms included in Rankgene.