Loading src/absinth.py +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ def induce(topic_name: str, result_list: list) -> (nx.Graph, list, dict): print('[a] Collecting frequencies from secret hideout.\t('+topic_name+')') continue break if graph_in_existence == False: 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 = 10 min_neighbors = 5 threshold = 0.8 ''' Loading src/setup.sh +6 −1 Original line number Diff line number Diff line #!/bin/bash python3 -m venv 3.6 mkdir ../output mkdir ../baseline mkdir ../baseline/output mkdir final python3 -m venv absinth_env source absinth_env/bin/activate pip3 install --upgrade pip Loading Loading
src/absinth.py +1 −1 Original line number Diff line number Diff line Loading @@ -152,7 +152,7 @@ def induce(topic_name: str, result_list: list) -> (nx.Graph, list, dict): print('[a] Collecting frequencies from secret hideout.\t('+topic_name+')') continue break if graph_in_existence == False: 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 = 10 min_neighbors = 5 threshold = 0.8 ''' Loading
src/setup.sh +6 −1 Original line number Diff line number Diff line #!/bin/bash python3 -m venv 3.6 mkdir ../output mkdir ../baseline mkdir ../baseline/output mkdir final python3 -m venv absinth_env source absinth_env/bin/activate pip3 install --upgrade pip Loading