Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gargantext-graph
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
gargantext-graph
Commits
b3e1cb9e
Commit
b3e1cb9e
authored
Oct 14, 2021
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DATA] update
parent
8e9a2bc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
12 deletions
+14
-12
com-dblp.ungraph.txt_1.0_gc.txt
data/snap/dblp/com-dblp.ungraph.txt_1.0_gc.txt
+4
-0
run
run
+7
-11
times.md
times.md
+3
-1
No files found.
data/snap/dblp/com-dblp.ungraph.txt_1.0_gc.txt
View file @
b3e1cb9e
#clusters: 23260
max cluster size: 199
min cluster size: 1
Clustering score: 3870499.652244664
run
View file @
b3e1cb9e
...
...
@@ -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
times.md
View file @
b3e1cb9e
...
...
@@ -30,5 +30,7 @@ user 41m3,909s
sys 0m2,969s
1.
0,gc
(en cours)
real 183m56,644s
user 183m55,744s
sys 0m5,823s
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment