tune.cls: Tune and build the classification models.
Description
Internal function to tune and train all the classifiers to be used in distinguishing operon pairs (OPs) from non-operon pairs (NOPs)
on a given RNA-seq expression profile.
Usage
tune.cls(data, class, nf = 3, verbose = TRUE, ...)
Arguments
data
Training/test data. See select.ops
and select.nops
.
class
Vector of the class labels.
nf
Number of folds for the cross-validation and the automatic selection of the model parameters.