-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig_linux.txt
More file actions
29 lines (21 loc) · 1.03 KB
/
config_linux.txt
File metadata and controls
29 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#Graphviz
Graphviz_dot="D:/game/graphviz/bin/dot.exe"
#Modularity
Mod_dir=F:/Project/CommunityDetection/CommunityDetectionAlgorithm/louvain-code/
#Infomap
Infomap_dir=F:/Project/CommunityDetection/CommunityDetectionAlgorithm/Infomap/
#LinkComm
LinkComm_dir=F:/Project/CommunityDetection/CommunityDetectionAlgorithm/linkcomm-master/cpp/
#OSLOM2
OSLOM2_dir=F:/Project/CommunityDetection/CommunityDetectionAlgorithm/OSLOM2_bineary/
#GCE
GCE_dir=F:/Project/CommunityDetection/CommunityDetectionAlgorithm/GCECommunityFinder/build/
#Demon
python2_exe="C:\Program Files\Anaconda3\envs\python2\python.exe"
Demon_launch=F:/Project/CommunityDetection/CommunityDetectionAlgorithm/demon_py/launch.py
#Cfinder
Cfinder_exe="F:/Project/CommunityDetection/CommunityDetectionAlgorithm/CFinder-2.0.6/CFinder_commandline64"
Cfinder_licence=F:/Project/CommunityDetection/CommunityDetectionAlgorithm/CFinder-2.0.6/licence.txt
#python_plot_csv
python3_exe=C:\"Program Files"\Anaconda3\python.exe
py_plot_csv="F:\Project\CommunityDetection\tools\show_hicode_tendency_cmd.py"