Skip to content
Snippets Groups Projects
Commit 2fc850b9 authored by hoffmann's avatar hoffmann
Browse files

new (old) weights

parent 55413c50
No related branches found
No related tags found
No related merge requests found
......@@ -55,14 +55,14 @@ or
use_mean_freq = True
min_node_freq = 9
min_edge_freq = 3
max_weight = 0.8
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
threshold = 0.7
threshold = 0.8
'''
Choose whether or not the tokens should be lemmatised.
......@@ -72,7 +72,7 @@ lemma = False
'''
Propagation options
'''
max_propagation_iteration_count = 50
max_propagation_iteration_count = 40
'''
Baseline options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment