Learn R Programming

netClass (version 1.2.1)

predictPac: Predicting the test data using pac trained model

Description

Predicting the test data using pac trained model

Usage

predictPac(train = train, x = x, y = y, int = int, DEBUG = FALSE)

Arguments

train
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

Examples

Run this code
#see cv.pac

Run the code above in your browser using DataLab