Package: DET
Type: Package
Title: Representation of DET Curve with Confidence Intervals
Version: 3.0.2
Authors@R: c(
  person("García-Ródenas, Álvaro",
         role = c("aut"),
         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"),
  person("Curran, James",
          role = c("cre"),
          email = "j.curran@auckland.ac.nz"))
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.3.2
NeedsCompilation: no
URL: https://github.com/jmcurran/DET
BugReports: https://github.com/jmcurran/DET/issues
Packaged: 2025-08-28 10:56:07 UTC; jcur002
Author: García-Ródenas, Álvaro [aut],
  Franco, Manuel [aut],
  Vivo, Juana-María [aut],
  Fernández-Breis, Jesualdo T. [aut],
  Font, Roberto [aut],
  Curran, James [cre]
Maintainer: "Curran, James" <j.curran@auckland.ac.nz>
Repository: CRAN
Date/Publication: 2025-08-28 17:40:10 UTC
Built: R 4.4.3; ; 2025-10-21 12:34:08 UTC; windows
