Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mateusz Pawlik
ted-experiments
Commits
f3c9e89b
Commit
f3c9e89b
authored
Jan 04, 2019
by
Thomas Huetter
Browse files
updated histogram plots and created call_plot script
parent
2532cac2
Changes
9
Hide whitespace changes
Inline
Side-by-side
src/plots/call_plot_histogram.sh
0 → 100755
View file @
f3c9e89b
### FPR
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/fpr/fpr_bolzano.json
--storeplot
"./plots/bolzano_fpr.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/fpr/fpr_dblp_10000.json
--storeplot
"./plots/dblp_fpr_10000.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/fpr/fpr_python_10000.json
--storeplot
"./plots/python_fpr_10000.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/fpr/fpr_sentiment.json
--storeplot
"./plots/sentiment_fpr.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/fpr/fpr_swissprot_10000.json
--storeplot
"./plots/swissprot_fpr_10000.pdf"
### Times
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/times/times_bolzano.json
--storeplot
"./plots/bolzano_times.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/times/times_dblp_10000.json
--storeplot
"./plots/dblp_times_10000.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/times/times_python_10000.json
--storeplot
"./plots/python_times_10000.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/times/times_sentiment.json
--storeplot
"./plots/sentiment_times.pdf"
python3 plot_experiments.py
--service
ted-exp
--config
configs_histograms/times/times_swissprot_10000.json
--storeplot
"./plots/swissprot_times_10000.pdf"
\ No newline at end of file
src/plots/configs_histograms/fpr/fpr_dblp_10000.json
View file @
f3c9e89b
...
...
@@ -86,11 +86,5 @@
"ymax"
:
1
,
"font_size"
:
20
,
"ticks_font_size"
:
20
},
"textbox"
:
{
"text"
:
"$
\\
mathtt{Tang}$:
\n
$
\\
tau = 1$: FPR=100%
\n
$
\\
tau > 1$: timeout"
,
"x"
:
0.04
,
"y"
:
0.95
,
"font_size"
:
18
}
}
\ No newline at end of file
src/plots/configs_histograms/fpr/fpr_python_10000.json
View file @
f3c9e89b
...
...
@@ -86,11 +86,5 @@
"ymax"
:
1
,
"font_size"
:
20
,
"ticks_font_size"
:
20
},
"textbox"
:
{
"text"
:
"Tang: timeout"
,
"x"
:
0.04
,
"y"
:
0.95
,
"font_size"
:
20
}
}
\ No newline at end of file
src/plots/configs_histograms/fpr/fpr_swissprot_10000.json
View file @
f3c9e89b
...
...
@@ -86,11 +86,5 @@
"ymax"
:
1
,
"font_size"
:
20
,
"ticks_font_size"
:
20
},
"textbox"
:
{
"text"
:
"Tang: timeout"
,
"x"
:
0.04
,
"y"
:
0.95
,
"font_size"
:
20
}
}
\ No newline at end of file
src/plots/configs_histograms/times/times_bolzano.json
View file @
f3c9e89b
...
...
@@ -100,7 +100,6 @@
"y_axis"
:
{
"name"
:
"Time [s]"
,
"scale"
:
"log"
,
"ymin"
:
0
,
"font_size"
:
20
,
"ticks_font_size"
:
20
}
...
...
src/plots/configs_histograms/times/times_dblp_10000.json
View file @
f3c9e89b
...
...
@@ -99,14 +99,7 @@
"y_axis"
:
{
"name"
:
"Time [s]"
,
"scale"
:
"log"
,
"ymin"
:
10
,
"font_size"
:
20
,
"ticks_font_size"
:
20
},
"textbox"
:
{
"text"
:
"$
\\
mathtt{Tang}$ ($
\\
tau = 1$)
\n
Cand. time=38473s"
,
"x"
:
0.43
,
"y"
:
0.20
,
"font_size"
:
20
}
}
\ No newline at end of file
src/plots/configs_histograms/times/times_python_10000.json
View file @
f3c9e89b
...
...
@@ -99,7 +99,6 @@
"y_axis"
:
{
"name"
:
"Time [s]"
,
"scale"
:
"log"
,
"ymax"
:
10000
,
"font_size"
:
20
,
"ticks_font_size"
:
20
}
...
...
src/plots/configs_histograms/times/times_sentiment.json
View file @
f3c9e89b
...
...
@@ -100,7 +100,7 @@
"y_axis"
:
{
"name"
:
"Time [s]"
,
"scale"
:
"log"
,
"ymin"
:
0.
0
1
,
"ymin"
:
0.1
,
"font_size"
:
20
,
"ticks_font_size"
:
20
}
...
...
src/plots/configs_histograms/times/times_swissprot_10000.json
View file @
f3c9e89b
...
...
@@ -99,7 +99,6 @@
"y_axis"
:
{
"name"
:
"Time [s]"
,
"scale"
:
"log"
,
"ymin"
:
10
,
"font_size"
:
20
,
"ticks_font_size"
:
20
}
...
...
Write
Preview
Supports
Markdown
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