Packages
In R, there are several packages available that provide machine learning for the programmer. We will be using the following packages in the chapter:
ada
: This is used for stochastic boostingcaret
: This is used for classification and regression testingclass
: This package has classification functionsclue
: This package has the cluster ensemble methodse1071
: This package has miscellaneous functions for the statistics departmentkernlab
: This has kernel-based machine learning methodsMASS
: This stands for Modern Applied Statistics with Sneuralnet
: This has artificial neural net supportrandomForest
: This has random forests for classificationrelaimpo
: This package has functions to determine the relative importance of regressors in linear models