return super.execute(ctx);
}
public void reportConfusionMatrix(ReportingContext ctx, ReportTarget reportTarget) {
DawidSkene ds = ctx.getDawidSkene();
DawidSkeneDecorator decorator = new DawidSkeneDecorator(ds);
String type = "Estimated";
for (ClassificationMethod estimatedClasMethod : Datum.ClassificationMethod.values()) {