| 488 | // ///// binning |
| 489 | // This one is kept for backward compatible |
| 490 | public DDF binning(String column, String binningType, int numBins, double[] breaks, boolean includeLowest, |
| 491 | boolean right) throws DDFException { |
| 492 | return this.getBinningHandler().binning(column, binningType, numBins, breaks, true, includeLowest, right, 3); |
| 493 | } |
| 494 | |
| 495 | public DDF binning(String column, String binningType, int numBins, double[] breaks, boolean toLabels, boolean includeLowest, |
| 496 | boolean right, int precision) throws DDFException { |