mrapacz / mining

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mining

Setup

Installing dependencies:

pip install -r requirements.txt

Gephi

In order to visualize computed betweenness centrality in Gephi use *.gml files You may also try loading ed_plot.gephi, though it will probably not work because of differing paths between systems.

Recomputing .gml files

In case you wanted to recompute one of the .gml files.

  1. Specify, which file you want to use as input dataset
MAP_FILE: str = SMALL_KRK 
# or
MAP_FILE: str = KRK
  1. Run the computations
python main.py

About

License:MIT License


Languages

Language:Python 54.7%Language:Jupyter Notebook 43.8%Language:Game Maker Language 1.5%