Skip to content

Commit 3e0ce81

Browse files
committed
Fix broken link in Greedy influence maximisation documentation
1 parent 5b2d903 commit 3e0ce81

File tree

1 file changed

+1
-1
lines changed
  • doc/asciidoc/algorithms/alpha/influence-maximization

1 file changed

+1
-1
lines changed

doc/asciidoc/algorithms/alpha/influence-maximization/greedy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Greedy algorithm for influence maximization aims to find `k` nodes that maxi
2525
It simulates the influence spread using the Independent Cascade model, which calculates the expected spread by taking the average spread over the `mc` Monte-Carlo simulations.
2626
In the propagation process, a node is influenced in case that a uniform random draw is less than the probability `p`.
2727

28-
Kempe et al. 2003 introduced the Greedy algorithm in their study "https://www.cs.cornell.edu/home/kleinber/kdd03-inf.pdf[Maximizing the Spread of Influence through a Social Network]" to deal with the *NP*-hard problem of influence maximization.
28+
Kempe et al. 2003 introduced the Greedy algorithm in their study https://www.cs.cornell.edu/home/kleinber/kdd03-inf.pdf[Maximizing the Spread of Influence through a Social Network] to deal with the *NP*-hard problem of influence maximization.
2929
The Greedy algorithm successively selecting the node within the maximum marginal gain approximation in polynomial time.
3030
For large networks <<algorithms-celf, CELF>> algorithm should be used.
3131

0 commit comments

Comments
 (0)