Learn R Programming

netClass (version 1.2.1)

predictHubc: Predicting the test data using hubc trained model

Description

Predicting the test data using hubc trained model

Usage

predictHubc(train = train, x = x, y = y, DEBUG = FALSE)

Arguments

train
trainied model bases on hub nodes.
x
gene expression data for predicting.
y
Class labels
DEBUG
show debugging information in screen more or less.

Value

  • The value returned
  • aucThe AUC values of test fold

See Also

See Also as cv.hubc

Examples

Run this code
#See  cv.hubc

Run the code above in your browser using DataLab