Package: SMOTEWB
Type: Package
Title: Imbalanced Resampling using SMOTE with Boosting (SMOTEWB)
Version: 1.1.3
Authors@R: 
        c(person("Fatih", "Saglam", email = "saglamf89@gmail.com", 
        role = c("aut", "cre"), 
        comment = c(ORCID = "0000-0002-2084-2008")))
Description: Provides the SMOTE with Boosting (SMOTEWB) algorithm. See
      F. Sağlam, M. A. Cengiz (2022) <doi:10.1016/j.eswa.2022.117023>. Also 
      SMOTEWB provides faster versions of several resampling methods for 
      imbalanced datasets, including SMOTE with Boosting (SMOTEWB), Random Walk 
      Oversampling (RWO), ADASYN, Borderline SMOTE (BLSMOTE), Random 
      Over-Sampling (ROS), Random Under-Sampling (RUS), Safe-Level SMOTE 
      (SLSMOTE), Relocating Safe-Level SMOTE (RSLSMOTE), and Random 
      Over-Sampling Examples (ROSE).
Depends: R (>= 4.2)
Imports: stats, FNN, RANN, rpart, Rfast
Suggests:
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.0
NeedsCompilation: no
Packaged: 2024-01-13 07:36:56 UTC; sagla
Author: Fatih Saglam [aut, cre] (<https://orcid.org/0000-0002-2084-2008>)
Maintainer: Fatih Saglam <saglamf89@gmail.com>
Repository: CRAN
Date/Publication: 2024-01-13 08:00:02 UTC
