EC.score: Edge Correctness Score

Description Usage Arguments Value

Description

Given two networks, net1=(V_1,E_1) , net2=(V_2,E_2) , and an alignment g:V_1 \rightarrow V_2, then the edge correctnees is defined as:

\frac{|\{(u,v)\in E_1 \: : \; (g(u),g(v))\in E_2\}|}{|E_1|}

Usage

1
EC.score(alin, net1, net2)

Arguments

alin

alignment, with the format of alin.local or alin.global

net1

network

net2

network

Value

EC score


adriaalcala/AligNet documentation built on May 10, 2019, 5:59 a.m.