Learn R Programming

BaTFLED3D (version 0.2.11)

plot_roc: Plot reciever operating characteristic (ROC) curves for two projection (A) matrices

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

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