Learn R Programming

netClass (version 1.2.1)

predictAep: Predicting the test tdata using aep trained model

Description

Predicting the test data using aep trained model

Usage

predictAep(train = train, x, y, DEBUG = FALSE, Gsub = Gsub)

Arguments

train
trained model
x
gene expression data for testing
y
class labels
DEBUG
show debugging information in screen more or less.
Gsub
an adjacency matrix that represents the underlying biological network.

Value

  • The value returned
  • aucThe AUC values of test fold

See Also

See Also as cv.aep

Examples

Run this code
#see cv.aep

Run the code above in your browser using DataLab