roc: Compute ROC and area under ROC

View source: R/RcppExports.R

rocR Documentation

Compute ROC and area under ROC

Description

Compute ROC and area under ROC

Usage

roc(obs, pred, thresholds)

Arguments

obs

A vector observations (value 0,1)

pred

A vector of probabilities [0,1].

thresholds

A vector of threshold probabilities


andrew-MET/harpPoint documentation built on Feb. 23, 2023, 1:06 a.m.