Newer
Older
"print_title": "no",
"legend": "upper left",
"legend_font_size": 18,
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
"grid": "on",
"dataset_name": "Sentiment",
"markers": ["s", "*", "o", "^", "p", "d", "P"],
"markersize": [15, 20, 15, 15, 15, 15, 15],
"markerfacecolor": "none",
"colors": ["red", "green", "blue", "cyan", "magenta", "orange", "greenyellow"],
"tables": [
{
"table_name": "tang_join",
"attributes": [
{
"attr_name": "avg(NULLIF(verification_candidates::decimal,0))"
}
],
"name": "$\\mathtt{Tang}$"
},
{
"table_name": "t_join",
"attributes": [
{
"attr_name": "avg(NULLIF(verification_candidates::decimal,0))"
}
],
"name": "$\\mathtt{TJoin}$",
"constraints": {
"upperbound": "greedy"
}
},
{
"table_name": "binary_branches_join",
"attributes": [
{
"attr_name": "avg(NULLIF(verification_candidates::decimal,0))"
}
],
"name": "$\\mathtt{BinBranches}$"
},
{
"table_name": "histogram_join",
"attributes": [
{
"attr_name": "avg(NULLIF(verification_candidates::decimal,0))"
}
],
"name": "$\\mathtt{Histogram}$"
},
{
"table_name": "guha_join",
"attributes": [
{
"attr_name": "avg(NULLIF(ted_verification_candidates::decimal,0))"
}
],
"name": "$\\mathtt{Guha\\ K=2}$",
"constraints": {
"reference_set_size": 2
}
},
{
"table_name": "guha_join",
"attributes": [
{
"attr_name": "avg(NULLIF(ted_verification_candidates::decimal,0))"
}
],
"name": "$\\mathtt{Guha\\ K=4}$",
"constraints": {
"reference_set_size": 4
}
},
{
"table_name": "t_join",
"attributes": [
{
"attr_name": "avg(NULLIF(join_result_size::decimal,0))"
}
],
"name": "$\\mathtt{Result}$"
}
],
"constraints": {
"dataset_filename": "sentiment_sorted.bracket"
},
"x_axis": {
"db_column": "threshold",
"name": "Threshold",
"xticks": 2,
"xmin": 1,
"xmax": 15.001,
"font_size": 20,
"ticks_font_size": 20
},
"y_axis": {
"name": "Candidates (Tree Pairs)",
"font_size": 20,
"ticks_font_size": 20,
"suffix": "yes"
}
}