reportJointPerf: Report joint performance of (x-y,y-y) edge detection

Description Usage Arguments Value See Also

Description

Assesses the network learning performance of spaceMap (or space) against a known truth by reporting power and false discovery rate.

Usage

1
reportJointPerf(fit, truth, aszero = 1e-06, verbose = TRUE)

Arguments

fit

A list of numeric matrices named 'xy' and 'yy' encoding the fitted model parameter estimates (or the true adjacency matrices).

truth

A list of numeric matrices named 'xy' and 'yy' encoding the true model parameters (or an adjacency matrix).

aszero

A numeric value specifying the point at which a parameter estimate should be effectively considered of zero value.

verbose

A logical value indicating whether to report the performance to the console.

Value

A numeric, named vector

See Also

reportPerf


topherconley/spacemap documentation built on May 31, 2019, 6:36 p.m.