Similarity measures for networks with same nodes
1
0
Entering edit mode
2.9 years ago
nyanovsky • 0

I'm simulating a GRN and using an experimental one as validation. What I want to do is compare the simulated one with the experimental one as I tune some parameter of my algorithm in the recreation of the network, and see what values of that parameter achieve a network that is closest to the experimental one. What are some good similarity measures I can use to make this comparison, taking into account that both networks have the same nodes?

networks GRNs graphs • 615 views
ADD COMMENT
0
Entering edit mode
2.9 years ago
LChart 5.0k

You could use the Jaccard similarity of the edge-sets; or for a weighted network the cosine similarity of the edge weights; you could use the Frobenius norm as your metric and compute $||adjacency(A)-adjency(B)||_F$.

ADD COMMENT

Login before adding your answer.

Traffic: 3534 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6