Learn R Programming

netClass (version 1.2.1)

predictStsvm: Predicting the test data using stsvm trained model

Description

Predicting the test data using stsvm trained model

Usage

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
  • aucThe AUC values of test fold

See Also

See Also as cv.stsvm

Examples

Run this code
#see cv.stsvm

Run the code above in your browser using DataLab