Skip to content

Commit 179afad

Browse files
Update celf.adoc
1 parent 0e2510b commit 179afad

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
@@ -16,7 +16,7 @@ The influence maximization problem asks for a set of `k` nodes that maximize th
1616
The set of these initial `k` is called the `seed set`.
1717

1818
The Neo4j GDS Library supports approximate computation of the best seed set under the Independent Cascade propagation model.
19-
In this propagation model, initially we assume that the nodes in the seet set become influenced and the process works as follows.
19+
In this propagation model, initially we assume that the nodes in the seed set become influenced and the process works as follows.
2020
An influenced node influences each of its neighbors with probability `p`.
2121
The spread is then the number of nodes that become influenced.
2222

0 commit comments

Comments
 (0)