Commit b811b8ef authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Update config.py

parent bb164960
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ 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 = 5
min_neighbors = 'log'
threshold = 0.8

'''