ci.cvAUC_withIC: ci.cvAUC_withIC

Description Usage

View source: R/mainFunctions.R

Description

This function is taken nearly verbatim from the cvAUC package. The only difference is that it additionally returns estimated influence functions, which allows us to do later comparisons of CV-AUC between different learners.

Usage

1
2
3
4
5
6
7
ci.cvAUC_withIC(
  predictions,
  labels,
  label.ordering = NULL,
  folds = NULL,
  confidence = 0.95
)

benkeser/cvAUC.plus documentation built on Feb. 1, 2021, 8:42 a.m.