compareStructs: Compares two posets

Description Usage Arguments Details Value Author(s)

Description

compareStructs compares two posets of same size, encoded as binary matrices. It returns various metrics comparing the two matrices.

Usage

1
compareStructs(oldStruct, newStruct)

Arguments

oldStruct

the first of the two structures to compare, corresponding to the previous optimization step.

newStruct

the second of the two structures to compare, corresponding to the current optimization step.

Details

For computing the false posive and false negative rates, it is assumed that the first argument (oldStruct) is the real structure. In this help page, fhe first structure is referred to as the old structure, while the new structure is referred to as the new structure. The number of all possible directed edges, often used to compute rates, equals twice the number of events choose 2. In case the two structures are equal, the accuracy measure is 1.

Value

list consisting of

Author(s)

Simona Constantinescu, simona.constantinescu@bsse.ethz.ch


cbg-ethz/pathTiMEx documentation built on May 13, 2019, 2:03 p.m.