Usage
classify.frsvm(fold, cuts, x, y, cv.repeat, DEBUG = DEBUG, Gsub = Gsub,
d = d, op = op, aa = aa, Cs = Cs)
Arguments
fold
number of folds to perform
cuts
list for randomly divide the training set in to x-x-CV
y
a factor of length p comprising the class labels.
cv.repeat
model for one CV training and predicting
DEBUG
show debugging information in screen more or less.
Gsub
an adjacency matrix that represents the underlying biological network.
d
damping factor for GeneRank, defaults value is 0.5
op
the uper bound of top ranked genes
aa
the lower bound of top ranked genes
Cs
soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3).