predictPac: Predicting the test data using pac trained model
Description
Predicting the test data using pac trained modelUsage
predictPac(train = train, x = x, y = y, int = int, DEBUG = FALSE)
Arguments
x
gene expression data for the testing data
y
a factor of length p comprising the class labels.
int
Intersect of genes in network and gene expression profile.
DEBUG
show debugging information in screen or not.
Value
- The value returned
- aucThe AUC values of test fold
See Also
See Also as cv.pac