performance_arc_list: Label arcs accourding to their detection in network inference

Description Usage Arguments Value See Also

Description

Returns dataframes of arcs/edges labeled according to their status as true positives, false positives, or true negatives in arc detection.

Usage

1
performance_arc_list(inferred, ground_truth)

Arguments

inferred

an inferred network structure, an object of class bn.

ground_truth

the ground truth network structure, as in the gold standard against which the inferred network is compared.

Value

a list of two elements, each a dataframe of arcs. The first to columns are the "to" and "from" nodes with exactly the same interpretation as one would expect from the arcs function

See Also

performance_plot


robertness/bninfo documentation built on May 27, 2019, 10:32 a.m.