View source: R/OmicSelector_iteratedRFE.R
OmicSelector_iteratedRFE | R Documentation |
Helper for Marcin Kaszkowiak propritary method. Very longs.. needs optimizing.
OmicSelector_iteratedRFE(
trainSet,
testSet = NULL,
initFeatures = colnames(trainSet),
classLab,
checkNFeatures = 25,
votingIterations = 1000,
useCV = F,
nfolds = 10,
initRandomState = 42
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.