}else{
reg= new Region(maxThr, Double.POSITIVE_INFINITY);
noEnts= enlh[0];
yesEnts= enlh[1];
}
cond= new NumericalSet(new Regions(reg), null);
ind= maxInd;
//add usedInds
usedInds.add(ind);
//System.out.println("### nf: "+ newFailEnts.size()+" "+ lowIsGood);
//Iterator<LearningEntry> it = newFailEnts.iterator();while(it.hasNext()){it.next().printInt();}