An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
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"); }