Skip to main content

Table 4 MATLAB Command List For Gene Selection.

From: Gene selection algorithm by combining reliefF and mRMR

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)

  1. This table shows MATLAB commands for the feature selection algorithms, which are ReliefF, F-statistic, GNSR, ReliefF-mRMR, and all algorithms included in Rankgene.