File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
doc/modules/ROOT/pages/algorithms/influence-maximization Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ The influence maximization problem asks for a set of `k` nodes that maximize th
1616The set of these initial `k` is called the `seed set`.
1717
1818The 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.
2020An influenced node influences each of its neighbors with probability `p`.
2121The spread is then the number of nodes that become influenced.
2222
You can’t perform that action at this time.
0 commit comments