(String columnName, int numBins)
| 1090 | } |
| 1091 | |
| 1092 | public List<HistogramBin> getVectorHistogram(String columnName, int numBins) throws DDFException { |
| 1093 | // TODO need to check columnName |
| 1094 | return this.getBinningHandler().getVectorHistogram(columnName, numBins); |
| 1095 | } |
| 1096 | |
| 1097 | public Double getVectorCor(String xColumnName, String yColumnName) throws DDFException { |
| 1098 | // TODO need to check columnName |
nothing calls this directly
no test coverage detected