Commit c1fba280 authored by hoffmann's avatar hoffmann
Browse files

added mean_freq toggle

parent 797defd3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -47,9 +47,12 @@ max_context_size = 20

'''
Choose filters for building the graph.
- use dynamic filters (mean frequencies of occurences)
or
- Only considers occurrences/cooccurrences for nodes/edges, that occur more often than these values.
- Only considers edges with a weight beneath the maximum weight
'''
use_mean_freq = True
min_node_freq = 9
min_edge_freq = 3
max_weight = 0.8