Commit dca63f23 authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Merge branch 'master' of gitlab.cl.uni-heidelberg.de:zimmermann/absinth

parents aed70e89 e1cdac45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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:

+1 −1
Original line number Diff line number Diff line
@@ -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

'''
+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