Loading src/config.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 ''' Loading Loading
src/config.py +2 −2 Original line number Diff line number Diff line Loading @@ -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 ''' Loading