Research Article
On the Shoulders of Giants: Incremental Influence Maximization in Evolving Social Networks
| Input: , , and . | | Output: the top- influential nodes in . | | () Initialize ; | | () for to do | | () for each topology change from to do | | () calculate the influence spread change ; | | () end for | | () select a set of potential nodes as according to pruning strategy; | | () for each node do | | () calculate the marginal influence spread ; | | () end for | | () select ; | | () ; | | () end for |
|