A program to recognize and reward our most engaged community members
for(Attribute attribute: attributes) { String name = attribute.getName() es.recalculateAttributeStatistics(attribute) System.out.println("Nombre del atributo "+name) if (attribute.isNominal()){ } else{ /* is there a method of rapidminer api that returns the row where this attribute has a value (true in this case) after that i'd like to get values from the row --- > get the outlier */ }}