View source: R/biomarker_utils.R
PerformCV.explore | R Documentation |
Classification MCCV, aims to find the best feature subsets using default model parameters
PerformCV.explore(mSetObj, cls.method, rank.method="auroc", lvNum=2, propTraining=2/3)
mSetObj |
Input the name of the created mSetObj (see InitDataObjects) |
cls.method |
Select the classification method, "rf" for random forest classification, "pls" for PLS-DA, and "svm" for support vector machine |
rank.method |
Select the ranking method, "rf" for random forest mean decrease accuracy, "fisher" for Fisher's univariate ranking based on area under the curve "auroc" for univariate ranking based on area under the curve, "tt" for T-test univariate ranking based on area under the curve, "pls" for partial least squares, and "svm" for support vector machine |
lvNum |
Input the number of latent variables to include in the analyis, only for PLS-DA classification |
propTraining |
Input the proportion of samples to use for training |
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.