Input: { E 1 , , E M } .

Output: The edge weight matrix of the target layer.

Calculate the weights of each layer:

For m { b , c , d } .

The ratio of overlapping edges between each layer and the initial state of the target layer is taken as the weight of each layer.

w m = l i k e l i h o o d ( L i n k i n L a | L i n k i n L m )

Calculate the edge weights of the target layer:

For e E a , #Math_23#, indicates e is the edge from i to j.

w e = r a t e + m [ b , c , d ] w m × l i n k e x i s t ( e ) l i n k e x i s t ( e ) = { 1 , e existsinlayer m , 0 , e doesnotexistinlayer m .

The rate part indicates the impact of layer (a), the formula is

r a t e = log 100 ( s o u t ( i ) ) + log 100 ( s i n ( j ) )