Rdocumentation
powered by
Learn R Programming
SQDA (version 1.0)
cross: generate cross-validation ids
Description
generate cross-validation ids
Usage
cross(data = NULL, cv = 5)
Arguments
data
data matrix with column names being the class labels and row names being the genes.
cv
the cross-validation folds
Value
cross-validation ids that can be used to split data into training data and testing data.