static double threeB1BScore(int pos, int neg) { ret (pos+1)/(pos+neg+2); }