mrqap-python icon indicating copy to clipboard operation
mrqap-python copied to clipboard

MRQAP Implementation in Python

MRQAP Implementation in Python 2

Multiple Regression Quadratic Assignment Procedure

  • This project contains 5 examples:
    • 2 MRQAP (more than 1 dependent variables):
      • example_countries.py
      • example_diplomaticexchange.py
    • 3 QAP (only 1 dependent variable)
      • example_friendadvice.py
      • example_infomoney.py
      • example_materialsgoods.py
  • All 14 different datasets are in folder "data".
    • 9 of them (.dat) are already in a matrix text format
    • 5 of them (.txt) contain relationship values (e.g., nodeA nodeB valueAB)

Other versions: