We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b83591 commit b544424Copy full SHA for b544424
doc/modules/ROOT/pages/algorithms/influence-maximization/celf.adoc
@@ -30,7 +30,7 @@ The expected spread gain of a node `u` not in `S` is estimated by running `mc` d
30
31
The CELF algorithm extends on Greedy by introducing a _lazy forwarding_ mechanism, which
32
prunes a lot of nodes from being examined, thereby massively reducing the number of conducted simulations.
33
-This makes CELF massively faster than Greedy on large networks.
+This makes CELF much faster than Greedy on large networks.
34
35
[[alpha-algorithms-celf-syntax]]
36
== Syntax
0 commit comments