Skip to content

akalsnyx/mrqap-python

 
 

Repository files navigation

MRQAP Implementation in Python

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)

Some examples of MRQAP in R can be found here.

About

MRQAP Implementation in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%