A program to recognize and reward our most engaged community members
Attribute label = AttributeFactory.createAttribute("class",Ontology.NOMINAL);NominalMapping mapping = label.getMapping();if(rand.nextBoolean()) { data[attributes.size()-1] = mapping.mapString("positive"); } else { data[attributes.size()-1] = mapping.mapString("negative"); }