PercentageValidatedFromRecovered: This function calculates the number and percentage of true...

Description Usage Arguments Value

View source: R/functions.R

Description

This function calculates the number and percentage of true positive arcs.

Usage

1
PercentageValidatedFromRecovered(arc_set, validated_set)

Arguments

arc_set

data.frame with two columns, "from" and "to", that represents the arcs of the learned DBN.

validated_set

data.frame with two columns, "from" and "to" consisting of pairs of nodes present in the "true" network.

Value

Number and percentage of TP arcs present in the learned network


HamdaBinteAjmal/DBN4GRN documentation built on Dec. 27, 2021, 2:08 p.m.