Skip to content

Commit 5b2d903

Browse files
committed
Fix broken link in CELF documentation
1 parent a648e4d commit 5b2d903

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/celf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The CELF algorithm for influence maximization aims to find `k` nodes that maximi
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-
Leskovec et al. 2007 introduced the CELF algorithm in their study "https://www.cs.cmu.edu/~jure/pubs/detect-kdd07.pdf[Cost-effective Outbreak Detection in Networks]" to deal with the NP-hard problem of influence maximization.
28+
Leskovec et al. 2007 introduced the CELF algorithm in their study https://www.cs.cmu.edu/~jure/pubs/detect-kdd07.pdf[Cost-effective Outbreak Detection in Networks] to deal with the NP-hard problem of influence maximization.
2929
The CELF algorithm is based on a "lazy-forward" optimization.
3030
Τhe CELF algorithm dramatically improves the efficiency of the <<algorithms-greedy, Greedy>> algorithm and should be preferred for large networks.
3131

0 commit comments

Comments
 (0)