Function returns a summary of the fitted tuning parameters,
the accuracy, and the best model.
summaryMatrix that contains the values of the tuning parameters
and the final accuracy.
accuracyBest accuracy obtained by optimizing algorithm.
best.modelModel using optimized parameters. Adaboost model
comes from package ada, gbm model comes from package gbm, svm
model comes from package e1071.
iterTuning parameter for adaboost.
nuTuning parameter for adaboost.
lossLoss used in adaboost fitting.
interaction.depthTuning parameter for gbm.
n.treesTuning parameter for gbm.
shrinkageTuning parameter for gbm.
costTuning parameter for svm.
epsilonTuning parameter for svm.
kernelKernel used in svm fitting.