up:: 041 MOC Graph Theory
Given an Adjacency Matrix
Thus, each node has a corresponding vector
In terms of powers of the adjacency matrix, and noting that
since
An alternative way to measure similarity between nodes is the Jaccard Similarity, which is the fraction of common neighbors over all distinct shared neighbors.
References
- NEWMAN, Mark. Networks. Oxford University Press, 2018.
Footnotes
-
Using the convention that
corresponds to an edge going from towards . ↩ -
Note that this makes sense for undirected networks and not necessarily for directed networks, since
. That is, is (the square root of) the number of 2-loops of node , which coincide with ‘s degree for undirected networks (for directed networks, this needs not apply). ↩ -
A rationalization of this would be that, since nodes with
similarity can’t reach each other, they might as well be entirely disconnected from the entire network, as far as “being connected to each other” goes! ↩