Description Usage Arguments Value Author(s) References Examples
Calculate temporal PageRank by changing edges between graph1 and graph2. This is a simplified version of temporal PageRank described by Rozenshtein and Gionis, by only analyzing temporally adjacent graph pairs.
1 | diff_graph(graph1, graph2)
|
graph1 |
(igraph) The 1st graph. |
graph2 |
(igraph) The 2nd graph. |
(igraph) Network graph1-graph2 with "moi (mode of interaction)" and "pagerank" as edge and vertex attributes.
DING, HONGXU (hd2326@columbia.edu)
Rozenshtein, Polina, and Aristides Gionis. "Temporal pagerank." Joint European Conference on Machine Learning and Knowledge Discovery in Databases. Springer, Cham, 2016.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.