CVTrainIndexGene {mseq} | R Documentation |
Get index matrix for the training data in cross-validation. Only for internal use. Not available to users.
CVTrainIndexGene(data, fold, seed)
data |
the data frame generated by expData.R |
fold |
the fold of cross-validation |
seed |
random seed |
A matrix of TRUE
or FALSE
. TRUE
for training data, and FALSE
for testing data. Each row strands for one fold.