This code is for calculating centralities for route.csv with out python networkx library
- 1: main.py is for calculating betweenness, clossness, degree centrality
- 2: network_centralization_based.py is for calculating network_centralization_based
- 3: To calculate network centralization based, Please run the code main.py so that network_centralization_based.py can use csv file that created by main.py
The code may run slow