A program to recognize and reward our most engaged community members
ExampleSet exampleSet = operator.getInput(ExampleSet.class);for (Attribute attribute : exampleSet.getAttributes()) { String name = attribute.getName(); for (Example example : exampleSet) { example[name] = (example[name])**0.75; }}return exampleSet;