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


adefazio/classifierplots documentation built on Oct. 13, 2020, 1:24 a.m.