Loading src/config.py +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ Choose paths for corpus, dataset and output. ''' graph = "./.graphs/" corpus = "/proj/absinth/wikipedia_shuffled2/" dataset = "../WSI-Evaluator/datasets/MORESQUE/" test = "../WSI-Evaluator/datasets/trial/" dataset = "../WSI-Evaluator/datasets/trial/" test = "../WSI-Evaluator/datasets/test/" base_out = "../baseline/output/" output = "../output/" Loading Loading @@ -58,7 +58,7 @@ 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. Choose minimum number of neighbours and maximum median weight of the most frequent neighbours 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 Loading Loading
src/config.py +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ Choose paths for corpus, dataset and output. ''' graph = "./.graphs/" corpus = "/proj/absinth/wikipedia_shuffled2/" dataset = "../WSI-Evaluator/datasets/MORESQUE/" test = "../WSI-Evaluator/datasets/trial/" dataset = "../WSI-Evaluator/datasets/trial/" test = "../WSI-Evaluator/datasets/test/" base_out = "../baseline/output/" output = "../output/" Loading Loading @@ -58,7 +58,7 @@ 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. Choose minimum number of neighbours and maximum median weight of the most frequent neighbours 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 Loading