predictStsvm: Predicting the test data using stsvm trained model

Description Usage Arguments Value Author(s) See Also Examples

View source: R/stSVM.R

Description

Predicting the test data using stsvm trained model

Usage

1
predictStsvm(train = train, x = x, y = y, DEBUG = DEBUG)

Arguments

train

trained model

x

expression data for testing

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.stsvm

Examples

1
#see cv.stsvm

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