Package: rbooster
Type: Package
Title: AdaBoost Framework for Any Classifier
Version: 1.1.0
Authors@R: 
        c(person("Fatih", "Saglam", email = "fatih.saglam@omu.edu.tr", role = c("aut", "cre"), 
        comment = c(ORCID = "0000-0002-2084-2008")), 
        person("Hasan", "Bulut", email = "hasan.bulut@omu.edu.tr", role = c("ctb")))
Description: This is a simple package which provides a function
      that boosts pre-ready or custom-made classifiers. Package
      uses Discrete AdaBoost (<doi:10.1006/jcss.1997.1504>) and Real AdaBoost
      (<doi:10.1214/aos/1016218223>) for two class,
      SAMME (<doi:10.4310/SII.2009.v2.n3.a8>) and
      SAMME.R (<doi:10.4310/SII.2009.v2.n3.a8>)
      for multiclass classification. 
Depends: R (> 4.0.4)
Imports: stats, rpart, earth, Hmisc
Suggests: knitr, imbalance, rmarkdown, mlbench
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-10-27 10:07:15 UTC; Fatih
Author: Fatih Saglam [aut, cre] (<https://orcid.org/0000-0002-2084-2008>),
  Hasan Bulut [ctb]
Maintainer: Fatih Saglam <fatih.saglam@omu.edu.tr>
Repository: CRAN
Date/Publication: 2021-10-27 12:00:05 UTC
