View source: R/mk.iteratedRFE.R
Helper for Marcin Kaszkowiak propritary method. Very longs.. needs optimizing.
1 2 3 4 5 6 7 8 9 10 11 | mk.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.