public double[] getPoints(Object obj) {
   KernelRegression kreg = kernelRegressionMap.get(obj);
   return kreg.getPoints();
 }