Commit 345dbad9 authored by hoffmann's avatar hoffmann
Browse files

Ablation studies

(again)
min_neighbor = 1
parent 62fd2a28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,14 +51,14 @@ Choose filters for building the graph.
- Only considers edges with a weight beneath the maximum weight
'''
min_node_freq = 12
min_edge_freq = 6
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.
- the threshold is calculated using the media of the same number of neighbors declared in min_neighbors.
'''
min_neighbors = 4
min_neighbors = 1
threshold = 0.8

'''