predictFrsvm: Predicting the test data using frsvm trained model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/FrSVM.R

Description

Predicting the test data using frsvm trained model

Usage

1
predictFrsvm(train = train, x = x, y = y, DEBUG = FALSE)

Arguments

train

trained model

x

expression data for testing

y

class labels

DEBUG

show debugging information in screen more or less.

Value

auc

The AUC values of test fold

Author(s)

Yupeng Cun yupeng.cun@gmail.com

See Also

See Also as cv.frsvm

Examples

1
#see cv.frsvm

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