Description Usage Arguments Value Author(s) See Also Examples
Training the data using frsvm methods
1 2 3 | train.frsvm(x = x, y = y, DEBUG = FALSE, Gsub = Gsub, d = 0.85, op
= 10, aa = 50, Cs = 10^(-3:3))
|
x |
Expression data for training |
y |
Class labels |
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 |
The value list returned
train |
The tranined models for traning folds |
feat |
The feature selected by each by the train |
Yupeng Cun yupeng.cun@gmail.com
See Also as cv.frsvm
1 | #see cv.frsvm
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.