Package: imbalance
Type: Package
Title: Preprocessing Algorithms for Imbalanced Datasets
Version: 0.1.1
Authors@R: c(
   person("Ignacio", "Cordón", email = "nacho.cordon.castillo@gmail.com", role = c("aut", "cre"))
 )
Maintainer: Ignacio Cordón <nacho.cordon.castillo@gmail.com>
Description: Algorithms to treat imbalanced datasets. Imbalanced datasets usually damage
             the performance of the classifiers. Thus, it is important to treat data before
             applying a classifier algorithm. This package includes recent preprocessing algorithms
             in the literature.
License: GPL (>= 2) | file LICENSE
Encoding: UTF-8
LazyData: true
BugReports: http://github.com/ncordon/imbalance/issues
URL: http://github.com/ncordon/imbalance
Depends: R (>= 3.3.0)
Imports: bnlearn, KernelKnn, ggplot2, utils, stats, mvtnorm, Rcpp
Suggests: testthat, C50, knitr, rmarkdown, FNN, smotefamily
RoxygenNote: 6.0.1
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
NeedsCompilation: yes
Packaged: 2017-11-15 14:58:09 UTC; nuwanda
Author: Ignacio Cordón [aut, cre]
Repository: CRAN
Date/Publication: 2017-11-15 15:18:51 UTC
