The C50
R package fits Quinlan’s C5.0 classification model based on the source of from www.rulequest.com
. Some of the functionality is based on
Other resources:
To install the production version of the package, use:
install.packages("C50")
and to install the development version, use
require("devtools")
install_github("topepo/C5.0")