-
Notifications
You must be signed in to change notification settings - Fork 5
How To Use
punkcpp edited this page Sep 1, 2016
·
14 revisions
InfluenceMaximization: algorithms in C# (.NET or Mono is required for compiling the project)
ConfigFilesExamples: configuration examples
data_utils: data preprocessing files in Python
-
Data transformation
data_stat.py
: transform the original data from SNAP and get graph statistics information.def graph_reform(infile, outfile, head_skip)
-
Seed probability functions assignment
func_rand_assign.py
: assign discounts to users with configurable probability.def func_rand_assign(outfile, numnodes)
The assignments of seed probability functions used in our experiments can be found HERE.