Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 493 Bytes

File metadata and controls

12 lines (9 loc) · 493 Bytes

Pairwise Adjusted Mutual Information

This supplementary material contains all codes and datasets necessary to reproduce the experiments of the paper. Python >= 3.7 is required.

  • README (current file)
  • requirements.txt (required Python packages)
  • experiments_synthetic_data.ipynb (Jupyter notebook for experiments on synthetic data)
  • experiments_real_data.ipynb (Jupyter notebook for experiments on real data)

Python packages can be installed through: pip install -r requirements.txt