Skip to content
GitLab
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
27a0be3b
Commit
27a0be3b
authored
Jan 17, 2019
by
Thomas Huetter
Browse files
removed sed and fixed other plots
parent
48c3a6f5
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/plots/configs_paper/cand_times/cand_times_python.json
View file @
27a0be3b
...
...
@@ -89,6 +89,8 @@
"y_axis"
:
{
"name"
:
"Time [s]"
,
"scale"
:
"log"
,
"ymin"
:
10
,
"ymax"
:
2000
,
"font_size"
:
20
,
"ticks_font_size"
:
20
}
...
...
src/plots/configs_paper/candidates/candidates_dblp_size_t6.json
View file @
27a0be3b
...
...
@@ -94,7 +94,8 @@
"verification_algorithm"
:
[
"Touzet"
],
"upperbound"
:
[
"greedy"
],
"dataset_filename"
:
[
"dblp_10000_sorted.bracket"
,
"dblp_50000_sorted.bracket"
,
"dblp_100000_sorted.bracket"
],
"((tree_to_set_time + index_time + upperbound_time + verification_time)/1000) <"
:
[
36000
]
"((tree_to_set_time + index_time + upperbound_time + verification_time)/1000) <"
:
[
36000
],
"threshold"
:
[
0
]
}
},
{
...
...
src/plots/configs_paper/candidates/candidates_sentiment.json
View file @
27a0be3b
...
...
@@ -83,7 +83,8 @@
"name"
:
"$
\\
mathtt{TJoin
\\
VC}$"
,
"constraints"
:
{
"verification_algorithm"
:
[
"Touzet"
],
"upperbound"
:
[
"greedy"
]
"upperbound"
:
[
"greedy"
],
"threshold"
:
[
0
]
}
},
{
...
...
src/plots/configs_paper/join_times/times_sentiment.json
View file @
27a0be3b
...
...
@@ -64,7 +64,7 @@
"table_name"
:
"guha_rsb_join"
,
"attributes"
:
[
{
"attr_name"
:
"avg(vectors_time + candidates_time + verification_time)/1000"
"attr_name"
:
"avg(vectors_time +
sc_
candidates_time + verification_time)/1000"
}
],
"name"
:
"$
\\
mathtt{Guha}$"
,
...
...
src/plots/configs_paper/upperbound/dblp_runtime.json
View file @
27a0be3b
...
...
@@ -5,8 +5,8 @@
"legend_font_size"
:
18
,
"grid"
:
"on"
,
"dataset_name"
:
"DBLP"
,
"markers"
:
[
"+"
,
"x"
,
"."
,
"*"
,
"p"
],
"colors"
:
[
"red"
,
"blue"
,
"green"
,
"orange"
,
"purple"
],
"markers"
:
[
"+"
,
"."
,
"*"
,
"p"
],
"colors"
:
[
"red"
,
"green"
,
"orange"
,
"purple"
],
"lines"
:
[
" "
,
" "
,
" "
,
" "
,
" "
],
"tables"
:
[
{
...
...
@@ -18,15 +18,6 @@
],
"name"
:
"APTED"
},
{
"table_name"
:
"dblp_sed_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"name"
:
"SED"
},
{
"table_name"
:
"dblp_cted_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
...
...
src/plots/configs_paper/upperbound/sentiment_runtime.json
View file @
27a0be3b
...
...
@@ -5,8 +5,8 @@
"legend_font_size"
:
18
,
"grid"
:
"on"
,
"dataset_name"
:
"Sentiment"
,
"markers"
:
[
"+"
,
"x"
,
"."
,
"*"
,
"p"
],
"colors"
:
[
"red"
,
"blue"
,
"green"
,
"orange"
,
"purple"
],
"markers"
:
[
"+"
,
"."
,
"*"
,
"p"
],
"colors"
:
[
"red"
,
"green"
,
"orange"
,
"purple"
],
"lines"
:
[
" "
,
" "
,
" "
,
" "
,
" "
],
"tables"
:
[
{
...
...
@@ -18,15 +18,6 @@
],
"name"
:
"APTED"
},
{
"table_name"
:
"sentiment_sed_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"name"
:
"SED"
},
{
"table_name"
:
"sentiment_cted_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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