Method | Data | Notes | Details |
---|---|---|---|
splitSample |
Binary / Multi | Consider replace = TRUE |
See stats::sample |
splitStratify |
Binary / Multi | Use bin and breaks to bin |
See base::cut |
Method | Data | Notes | Details |
---|---|---|---|
fsSample |
Binary / Multi | Default behavior | See stats::sample |
fsNULL |
Binary / Multi | Default behavior | No additional arguments |
fsANOVA |
Binary / Multi | Default behavior | See stats::aov |
fsStats |
Binary | Use how to select test |
See stats::t.test or stats::ks.test |
fsPrcomp |
Binary | Default behavior | See stats::prcomp |
fsPathClassRFE |
Binary | Default behavior | See pathClass::fit.rfe |
fsEbayes |
Binary | Default behavior | See limma::ebayes |
fsMrmre |
Binary | Default behavior | See mRMRe::mRMR.classic |
Method | Data | Notes | Details |
---|---|---|---|
buildNB |
Binary / Multi | Default behavior | See e1071::naiveBayes |
buildLDA |
Binary / Multi | Default behavior | See MASS::lda |
buildSVM |
Binary / Multi | Default behavior | See e1071::svm |
buildANN |
Binary / Multi | Default behavior | See nnet::nnet |
buildRF |
Binary / Multi | Default behavior | See randomForest::randomForest |
buildDNN |
Binary / Multi | Clear RAM with h2o::h2o.shutdown() |
See h2o::h2o.deeplearning |
Method | Data | Notes | Details |
---|---|---|---|
plGrid |
Binary / Multi | Uses fold for plCV |
Validation set optional |
plGridMulti |
Multi | Uses ctrlFS |
Validation set optional |
plMonteCarlo |
Binary / Multi | Uses ctrlSS , ctrlFS , and ctrlGS |
Training set only |
plNested |
Binary / Multi | Uses ctrlFS and ctrlGS |
Training set only |