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
31ea9d9d
Commit
31ea9d9d
authored
Jan 15, 2019
by
Mateusz Pawlik
Browse files
Added configs for upperbound runtime plots.
parent
675013ff
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plots/configs_revision/upperbound/dblp_runtime.json
0 → 100644
View file @
31ea9d9d
{
"title"
:
"Runtime"
,
"print_title"
:
"no"
,
"legend"
:
"upper left"
,
"legend_font_size"
:
18
,
"grid"
:
"on"
,
"dataset_name"
:
"DBLP"
,
"markers"
:
[
"+"
,
"x"
,
"."
,
"*"
,
"p"
],
"colors"
:
[
"red"
,
"blue"
,
"green"
,
"orange"
,
"purple"
],
"lines"
:
[
" "
,
" "
,
" "
,
" "
,
" "
],
"tables"
:
[
{
"table_name"
:
"dblp_apted_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"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"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"name"
:
"CTED"
},
{
"table_name"
:
"dblp_touzetd_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"name"
:
"BSM"
},
{
"table_name"
:
"dblp_labelguided_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"name"
:
"LGM"
}
],
"x_axis"
:
{
"db_column"
:
"avg_pair_tree_size"
,
"name"
:
"Tree Size"
,
"font_size"
:
20
,
"ticks_font_size"
:
20
},
"y_axis"
:
{
"name"
:
"Runtime [ms]"
,
"scale"
:
"log"
,
"font_size"
:
20
,
"ticks_font_size"
:
20
}
}
src/plots/configs_revision/upperbound/sentiment_runtime.json
0 → 100644
View file @
31ea9d9d
{
"title"
:
"Runtime"
,
"print_title"
:
"no"
,
"legend"
:
"upper left"
,
"legend_font_size"
:
18
,
"grid"
:
"on"
,
"dataset_name"
:
"Sentiment"
,
"markers"
:
[
"+"
,
"x"
,
"."
,
"*"
,
"p"
],
"colors"
:
[
"red"
,
"blue"
,
"green"
,
"orange"
,
"purple"
],
"lines"
:
[
" "
,
" "
,
" "
,
" "
,
" "
],
"tables"
:
[
{
"table_name"
:
"sentiment_apted_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"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"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"name"
:
"CTED"
},
{
"table_name"
:
"sentiment_touzetd_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"name"
:
"BSM"
},
{
"table_name"
:
"sentiment_labelguided_x_avg_pair_tree_size_y_avg_runtime_k10"
,
"attributes"
:
[
{
"attr_name"
:
"avg(avg_runtime)"
}
],
"name"
:
"LGM"
}
],
"x_axis"
:
{
"db_column"
:
"avg_pair_tree_size"
,
"name"
:
"Tree Size"
,
"font_size"
:
20
,
"ticks_font_size"
:
20
},
"y_axis"
:
{
"name"
:
"Runtime [ms]"
,
"scale"
:
"log"
,
"font_size"
:
20
,
"ticks_font_size"
:
20
}
}
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