calculate_auc: calculate_auc

Description Usage Arguments Value

View source: R/roc.R

Description

Compute auc from predictions and truth

Usage

1
calculate_auc(test.y, pred.prob)

Arguments

test.y

List of know labels on the test set

pred.prob

List of probability predictions on the test set

Value

auc


classifierplots documentation built on Jan. 13, 2021, 5:23 p.m.