Package: utiml
Type: Package
Title: Utilities for Multi-Label Learning
Version: 0.1.4
Date: 2018-04-16
Authors@R: person("Adriano", "Rivolli", email = "rivolli@utfpr.edu.br",
                  role = c("aut", "cre"))
Description: Multi-label learning strategies and others procedures to support multi-
  label classification in R. The package provides a set of multi-label procedures such as
  sampling methods, transformation strategies, threshold functions, pre-processing 
  techniques and evaluation metrics. A complete overview of the matter can be seen in
  Zhang, M. and Zhou, Z. (2014) <doi:10.1109/TKDE.2013.39> and Gibaja, E. and 
  Ventura, S. (2015) <doi:10.1145/2716262>.
URL: https://github.com/rivolli/utiml
Depends: R (>= 3.0.0), mldr(>= 0.4.0), parallel
Imports: stats, utils
Suggests: C50, e1071, FSelector, infotheo, kknn, knitr, randomForest,
        rJava(>= 0.9), rmarkdown, rpart, RWeka(>= 0.4), testthat,
        xgboost(>= 0.6-4)
License: GPL | file LICENSE
LazyData: true
BugReports: https://github.com/rivolli/utiml
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-04-19 20:39:16 UTC; rivolli
Author: Adriano Rivolli [aut, cre]
Maintainer: Adriano Rivolli <rivolli@utfpr.edu.br>
Repository: CRAN
Date/Publication: 2018-04-20 00:02:05 UTC
