int i=0;
for (Object h : hs) {thresholds[i++] = (Float)h; }
sort(thresholds);
}
// compute CMs
aucdata = new AUCData().compute(new AUCTask(thresholds,va.mean()).doAll(va,vp).getCMs(), thresholds, va.factors(), threshold_criterion);
} finally { // Delete adaptation vectors
if (va!=null) DKV.remove(va._key);
}
}