X
data matrix where columns are variables and rows are observations.
In the case of gene expression data, the columns (variables) represent
genes, while the rows (observations) represent samples or experiments.
givenClassArr
class vector for the observations (samples or
experiments). Class numbers are assumed to start from 0,
and the length of this class vector should be equal
to the number of rows in X.
In the case of 2-class data, we expect the class vector
consists of zero's and one's.