ypos = addHeader(svgp, parent, ypos, "BCubed-based measures");
BCubed bcubed = cont.getBCubed();
ypos = addBarChart(svgp, parent, ypos, "F1-Measure", 1, bcubed.f1Measure());
ypos = addBarChart(svgp, parent, ypos, "Recall", 1, bcubed.recall());
ypos = addBarChart(svgp, parent, ypos, "Precision", 1, bcubed.precision());
ypos = addHeader(svgp, parent, ypos, "Set-Matching-based measures");
SetMatchingPurity setm = cont.getSetMatching();
ypos = addBarChart(svgp, parent, ypos, "F1-Measure", 1, setm.f1Measure());