Loading src/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,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 = 1 min_neighbors = 2 threshold = 0.8 ''' Loading Loading
src/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,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 = 1 min_neighbors = 2 threshold = 0.8 ''' Loading