Learn R Programming

netClass (version 1.2.1)

predictFrsvm: Predicting the test data using frsvm trained model

Description

Predicting the test data using frsvm trained model

Usage

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

  • aucThe AUC values of test fold

See Also

See Also as cv.frsvm

Examples

Run this code
#see cv.frsvm

Run the code above in your browser using DataLab