Package: SMOTEWB
Type: Package
Title: Imbalanced Resampling using SMOTE with Boosting
Version: 0.1.0
Authors@R: 
        c(person("Fatih", "Saglam", email = "saglamf89@gmail.com", 
        role = c("aut", "cre"), 
        comment = c(ORCID = "0000-0002-2084-2008")))
Description: Provides Random Oversampling, Random 
        Undersampling, Synthetic Oversampling Minority Technique 
        and SMOTE with Boosting by Saglam and Cengiz (2022) 
        <doi:10.1016/j.eswa.2022.117023> for imbalanced data resampling. SMOTE with Boosting 
        is a SMOTE-based oversampling method which can determine the number of 
        links for each positive sample and robust to noise.
Depends: R (>= 4.2)
Imports: stats, FNN, ada
Suggests:
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-12-20 15:04:12 UTC; Fatih
Author: Fatih Saglam [aut, cre] (<https://orcid.org/0000-0002-2084-2008>)
Maintainer: Fatih Saglam <saglamf89@gmail.com>
Repository: CRAN
Date/Publication: 2022-12-20 19:40:05 UTC
