plot_roc: Plot reciever operating characteristic (ROC) curves for two...

Description Usage Arguments

View source: R/plot_roc.R

Description

This is a little different than a typical ROC curve since any rows of the true matrix that are non-zero are treated as equal true positives.

Usage

1
plot_roc(true, pred, main = character(0))

Arguments

true

projection matrix where rows of true predictors have non-zero values

pred

projection matrix where rows of learned predictors have larger values

main

title of the ROC plot


nathanlazar/BaTFLED3D documentation built on May 23, 2019, 12:19 p.m.