Skip to content

Commit 2b83591

Browse files
Update public/doc/modules/ROOT/pages/algorithms/influence-maximization/celf.adoc
Co-authored-by: Lasse Westh-Nielsen <[email protected]>
1 parent 179afad commit 2b83591

File tree

1 file changed

+1
-1
lines changed
  • doc/modules/ROOT/pages/algorithms/influence-maximization

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/algorithms/influence-maximization/celf.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The CELF algorithm is based on the https://www.cs.cornell.edu/home/kleinber/kdd0
2626
It works iteratively in `k` steps to create the returned seed set `S`,
2727
where at each step the node yielding the maximum expected spread gain is added to `S`.
2828

29-
The expected spread gain of a node `u` not in `S` is estimated by running `mc` different monte carlo simulations of the propagation process and counting for each simulation the number of nodes that would become influenced if `u` were to be added in `S`.
29+
The expected spread gain of a node `u` not in `S` is estimated by running `mc` different Monte Carlo simulations of the propagation process and counting for each simulation the number of nodes that would become influenced if `u` were to be added in `S`.
3030

3131
The CELF algorithm extends on Greedy by introducing a _lazy forwarding_ mechanism, which
3232
prunes a lot of nodes from being examined, thereby massively reducing the number of conducted simulations.

0 commit comments

Comments
 (0)