// Double currentCount = eval_cm.getErrorRate(correctCategory,
// assignedCategory);
eval_cm.addError(correctCategory, assignedCategory, 1.0);
}
eval_cm.normalize();
w.setEvalConfusionMatrix(eval_cm);
}
public Integer countGoldTests(Set<AssignedLabel> labels) {