Skip to main content
. 2008 Sep 16;9(Suppl 2):S27. doi: 10.1186/1471-2164-9-S2-S27

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.