Commit 357a180b authored by hoffmann's avatar hoffmann
Browse files

Ablation studies no 2

(node:edge - 8:6)
parent dcf35541
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,8 +50,8 @@ Choose filters for building the graph.
- Only considers occurrences/cooccurrences for nodes/edges, that occur more often than these values.
- Only considers edges with a weight beneath the maximum weight
'''
min_node_freq = 10
min_edge_freq = 5
min_node_freq = 8
min_edge_freq = 6
max_weight = 0.9

'''