aboutsummaryrefslogtreecommitdiffstats
path: root/src/algorithms.py
diff options
context:
space:
mode:
authorjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-02-01 13:43:12 -0500
committerjeanpouget-abadie <jean.pougetabadie@gmail.com>2015-02-01 13:43:12 -0500
commit0991a13214af4023259465f132f09e6c66f3895c (patch)
tree4c3f89721285eb07a004e8efae9375f3dbd4919e /src/algorithms.py
parent6446b4bc986be1e4ff4bd1914efc4a2e6d0b7d12 (diff)
downloadcascades-0991a13214af4023259465f132f09e6c66f3895c.tar.gz
remodeling results section
Diffstat (limited to 'src/algorithms.py')
-rw-r--r--src/algorithms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms.py b/src/algorithms.py
index 39bcbb2..5b07f78 100644
--- a/src/algorithms.py
+++ b/src/algorithms.py
@@ -10,7 +10,7 @@ import timeout
def greedy_prediction(G, cascades):
"""
Returns estimated graph from Greedy algorithm in "Learning Epidemic ..."
- Only words for independent cascade model!
+ Only works for independent cascade model!
"""
G_hat = cascade_creation.InfluenceGraph(max_proba=None)
G_hat.add_nodes_from(G.nodes())