Skip to content
forked from aslayci/TDEM

Two-Phase Diversity Exposure Maximization

Notifications You must be signed in to change notification settings

flyingwasp/TDEM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDEM: Two-Phase Diversity Exposure Maximization Algorithm


  • Citation information: Aslay, C., Galbrun, E., Matakos, A., Gionis, A. (2018). Maximizing the diversity of exposure in a social network. IEEE International Conference on Data Mining (ICDM).

  • Copyright: Redistribution and use in source and binary forms, with or without modifications, are permitted for academic purposes, provided that the proper acknowledgements are done.

Compilation

make -f Makefile_tdem

Configuration of input files and parameters

config.txt: sample configuration file that needs to be edited and passed as a command line argument to TDEM. It contains all the necessary information on arguments that TDEM requires as input.

Running from command line

./main_TDEM -c config.txt

Note: The implementation also contains the code for baselines used. Comment out line 60-62 of allocator.cc to receive also the results for baselines.

About

Two-Phase Diversity Exposure Maximization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.5%
  • C 31.3%
  • Makefile 5.1%
  • Awk 1.5%
  • Other 0.6%