Loading src/config.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 = 14 min_edge_freq = 3 min_node_freq = 1 min_edge_freq = 1 max_weight = 0.9 ''' Loading Loading
src/config.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 = 14 min_edge_freq = 3 min_node_freq = 1 min_edge_freq = 1 max_weight = 0.9 ''' Loading