Description Usage Arguments Value Author(s)
Given features for a class of sRNA, this function will learn robust features for the given class of sRNA and return the coefficients for all the features. Non-robust features will have coefficients equal to zero.
1 | TrainModel(Y, X, bootstrap_iterations = 1000, Kfold = 10)
|
Y |
Class labels of the rows of X. There can only be 2 class labels |
X |
The feature matrix. |
bootstrap_iterations |
The number of iterations for bootstrapping. |
Kfold |
An integer specifying K fold cross-validation. |
return the coefficients for the learned model. Non-robust features will be set to zero.
Carl Tony Fakhry , Kourosh Zarringhalam, Rahul Kulkarni and Ping Chen.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.