BBolosSierra / InfoCoRe

0 stars 0 forks source link

Second adjecency matrix #3

Open BBolosSierra opened 7 months ago

BBolosSierra commented 7 months ago

The adjacency matrix calculated has all 1s, either tau is wrongly calculated or the renormalising graph calculations are wrong. Can it be related with the normalisation of the Laplacian?

cmclean5 commented 7 months ago

The normalised Laplacian matrix is designed to address the issue of high degree nodes in the network. Random walks will be bias by spending more time at high degree nodes, normalising the laplacian takes away this bias.