Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lisette-espin/mrqap-python
MRQAP Implementation in Python
https://github.com/lisette-espin/mrqap-python
mrqap networks python2-7 python3 qap
Last synced: 5 days ago
JSON representation
MRQAP Implementation in Python
- Host: GitHub
- URL: https://github.com/lisette-espin/mrqap-python
- Owner: lisette-espin
- License: cc0-1.0
- Created: 2016-03-23T14:00:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T09:36:51.000Z (over 4 years ago)
- Last Synced: 2023-10-20T21:17:43.511Z (about 1 year ago)
- Topics: mrqap, networks, python2-7, python3, qap
- Language: Python
- Homepage:
- Size: 1.05 MB
- Stars: 19
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- Python3 [here](https://github.com/lisette-espin/mrqap-python/tree/p3).
- R [here](https://github.com/lisette-espin/mrqap-r "MRQAP in R").