roc: Compute the Projected Graph

Description Usage Arguments Value

View source: R/roc.R

Description

roc calculate the fpr and tpr for the roc curve

Usage

1
roc(a, a0)

Arguments

a

p * p estimated graph

a0

p * p true graph

Value

a list.

tpr

tpr sequence

fpr

fpr sequence


pgraph documentation built on Jan. 21, 2020, 5:07 p.m.

Related to roc in pgraph...