View source: R/biomarker_utils.R
Get.pred | R Documentation |
Get predicted class probability, used in higher function
Get.pred(x.train, y.train, x.test, y.test, clsMethod = "pls")
x.train |
Training X |
y.train |
Training Y |
x.test |
Test X |
y.test |
Test Y |
clsMethod |
Method to predict class, by default it is PLS |
Jeff Xia jeff.xia@mcgill.ca McGill University, Canada License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.