Exemplo n.º 1
0
 @Override
 public double regress(Instance instance) {
   return evaluate(instance.getValue(attIndex));
 }