
4.7 Class Separability Measures 117
and kurtosis.m, have been used. The goal i s to use the values of Table 4.3 and compute the FDR for
each feature and rank it accordingly.
Solution. The val ues of the features given in Table 4.3 are stored in t wo files, cirrhoticLiver.dat and
fattyLiver.dat, correspondingt o the Cirrhotic and Fatty Infiltrationclasses, respectively. In the following
steps, we compute the FDR value and rank features in FDR-descending order.
Step 1. Load the values of Table 4.3 into two files, cirrhoticLiver.dat and fattyLiver.dat; store the files
in the hard drive; and load the respective features in two arrays, class1 and class2:
class1=load ...