From 0991a13214af4023259465f132f09e6c66f3895c Mon Sep 17 00:00:00 2001 From: jeanpouget-abadie Date: Sun, 1 Feb 2015 13:43:12 -0500 Subject: remodeling results section --- src/algorithms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/algorithms.py') 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()) -- cgit v1.2.3-70-g09d2