Package: aum
Type: Package
Title: Area Under Minimum of False Positives and Negatives
Version: 2024.6.19
Authors@R: c(
    person("Toby Dylan", "Hocking",
     email="toby.hocking@r-project.org",
     role=c("aut", "cre")),
    person("Jadon", "Fowler",
     role="aut",
     comment="Contributed exact line search C++ code"))
Description: Efficient algorithms
 <https://jmlr.org/papers/v24/21-0751.html>
 for computing Area Under Minimum,
 directional derivatives, and
 line search optimization of a linear model,
 with objective defined as either
 max Area Under the Curve or
 min Area Under Minimum.
License: GPL-3
LinkingTo: Rcpp
URL: https://github.com/tdhock/aum
BugReports: https://github.com/tdhock/aum/issues
Imports: Rcpp, data.table
Suggests: testthat, kernlab, nc, ggplot2, WeightedROC, penaltyLearning,
        knitr, markdown, mlbench, directlabels, microbenchmark, covr,
        atime, ggrepel
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2024-06-20 13:21:27 UTC; tdhock
Author: Toby Dylan Hocking [aut, cre],
  Jadon Fowler [aut] (Contributed exact line search C++ code)
Maintainer: Toby Dylan Hocking <toby.hocking@r-project.org>
Repository: CRAN
Date/Publication: 2024-06-20 21:20:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 02:17:31 UTC; windows
Archs: x64
