EstimatedPerformance performance1 = new EstimatedPerformance("prec@5", a1[1],1,false);
EstimatedPerformance performance2 = new EstimatedPerformance("prec@10", a1[2],1,false);
EstimatedPerformance performance3 = new EstimatedPerformance("prec@15", a1[3],1,false);
EstimatedPerformance performance4 = new EstimatedPerformance("NDCG", a1[4],1,false);
EstimatedPerformance performance5 = new EstimatedPerformance("MAP", a1[5],1,false);
result1.addCriterion(performance);
result1.addCriterion(performance1);
result1.addCriterion(performance2);
result1.addCriterion(performance3);
result1.addCriterion(performance4);
result1.addCriterion(performance5);