Commit 53833aaf authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Merge branch 'master' of gitlab.cl.uni-heidelberg.de:zimmermann/absinth

parents 88ae3c3b 9ece6408
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,8 +8,8 @@ Choose paths for corpus, dataset and output.
'''
graph = "./.graphs/"
corpus = "/proj/absinth/wikipedia_shuffled2/"
dataset = "../WSI-Evaluator/datasets/MORESQUE/"
test = "../WSI-Evaluator/datasets/trial/"
dataset = "../WSI-Evaluator/datasets/trial/"
test = "../WSI-Evaluator/datasets/test/"
base_out = "../baseline/output/"
output = "../output/"

@@ -58,7 +58,7 @@ min_edge_freq = 3
max_weight = 0.9

'''
Choose minimum number of neighbors and maximum median weight of the most frequent neighbors of a node for root hubs.
Choose minimum number of neighbours and maximum median weight of the most frequent neighbours of a node for root hubs.
- the threshold is calculated using the media of the same number of neighbors declared in min_neighbors.
'''
min_neighbors = 5