Package: DET
Type: Package
Title: Representation of DET Curve with Confidence Intervals
Version: 3.0.1
Authors@R: c(
  person("García-Ródenas, Álvaro",
         role = c("aut","cre"),
         email = "alvaro.garcia9@um.es"),
  person("Franco, Manuel",
         role = c("aut"),
         email = "mfranco@um.es"),
  person("Vivo, Juana-María",
         role = c("aut"),
         email = "jmvivomo@um.es"),
  person("Fernández-Breis, Jesualdo T.",
         role = c("aut"),
         email = "jfernand@um.es"),
  person("Font, Roberto",
         role = c("aut"),
         email = "roberto.font@biometricvox.com"))
Description: 
    Builds both ROC (Receiver Operating Characteristic) and DET (Detection Error Tradeoff) curves from a set of predictors, which are the
    results of a binary classification system. The curves give a general vision of the performance of the classifier,
    and are useful for comparing performance of different systems.
License: GPL-2
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: pROC, doParallel, parallel, methods
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-04-02 11:08:44 UTC; arodenas
Author: García-Ródenas, Álvaro [aut, cre],
  Franco, Manuel [aut],
  Vivo, Juana-María [aut],
  Fernández-Breis, Jesualdo T. [aut],
  Font, Roberto [aut]
Maintainer: "García-Ródenas, Álvaro" <alvaro.garcia9@um.es>
Repository: CRAN
Date/Publication: 2021-04-02 23:00:02 UTC
Built: R 4.0.2; ; 2021-04-03 10:38:20 UTC; unix
