predictHubc: Predicting the test data using hubc trained model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/hubNetworkAnalysisCV.R

Description

Predicting the test data using hubc trained model

Usage

1
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

auc

The AUC values of test fold

Author(s)

Yupeng Cun yupeng.cun@gmail.com

See Also

See Also as cv.hubc

Examples

1
#See  cv.hubc

netClass documentation built on May 29, 2017, 7:18 p.m.