Commit b3e1cb9e authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DATA] update

parent 8e9a2bc9
#clusters: 23260
max cluster size: 199
min cluster size: 1
Clustering score: 3870499.652244664
......@@ -3,19 +3,15 @@
#~/.local/bin/gargantext-graph-exe $1 +RTS -p # -sstderr
#time ~/.local/bin/gargantext-graph-exe +RTS -p # -sstderr
INPUT=$1
OUTPUT1=${1%csv}out1
OUTPUT2=${1%csv}out2
touch $OUTPUT1
touch $OUTPUT2
#for beta in -0.6 -0.5 -0.3 -0.2 -0.1 0.0 0.3 0.4 0.5 0.6 0.7; do
for beta in 0.0 ; do
for gc in "gc" "nogc"; do
echo "$gc,$beta" >> $OUTPUT1 ;
echo "$gc,$beta" >> $OUTPUT2 ;
time ~/.local/bin/gargantext-graph-exe $1 $OUTPUT2 $gc $beta >> $OUTPUT1
for beta in 0.0 O.5 1.0 ; do
for gc in "gc" ; do
echo "$beta,$gc";
OUTPUT1=${1%csv}_${beta}_${gc}.txt;
OUTPUT2=${1%csv}_${beta}_${gc}.clusters.txt;
touch $OUTPUT1;
time ~/.local/bin/gargantext-graph-exe $1 $OUTPUT2 $gc $beta >> $OUTPUT1 ;
done
done
......@@ -30,5 +30,7 @@ user 41m3,909s
sys 0m2,969s
1.0,gc
(en cours)
real 183m56,644s
user 183m55,744s
sys 0m5,823s
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment