Attribute pred = AttributeFactory.createAttribute("prediction",
Ontology.REAL);
if(!attributes.contains(pred)){
attributes.addRegular(pred);
ExampleTable a=exampleSet.getExampleTable();
a.addAttribute(pred);
}
else pred=attributes.get("prediction");
int useRatingUpdate=0;