Learn R Programming

Laurae (version 0.0.0.9001)

FastROC: Fast AUROC (AUC, ROC) computation

Description

This function computes the AUROC fast.

Usage

FastROC(preds, labels)

Arguments

preds
Type: numeric. The predictions.
labels
Type: numeric. The labels (0, 1).

Value

The AUC.