Usage
classify.stsvm(fold, cuts, ex.sum, x, p, a, y, cv.repeat, DEBUG = DEBUG,
Gsub=Gsub, op.method=op.method, op = op, aa = aa,
dk = dk, dk.tf = dk.tf, seed = seed, Cs = Cs)
Arguments
fold
number of folds to perform
cuts
list for randomly divide the training set in to x-x-folds CV
a
constant value of random walk kernel
p
random walk step(s) of random walk kernel
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.
op.method
Method for selecet optimal feature subgoups: pt is permutation test, sp is span bound.
dk
Random Walk Kernel matrix of network
dk.tf
cut off p-value of permutation test
seed
seed for random sampling.
Cs
Soft-margin tuning parameter of the SVM. Defaults to 10^c(-3:3).