(String columnName)
| 1075 | } |
| 1076 | |
| 1077 | public Double getVectorMean(String columnName) throws DDFException { |
| 1078 | // TODO need to check columnName |
| 1079 | return this.getStatisticsSupporter().getVectorMean(columnName); |
| 1080 | } |
| 1081 | |
| 1082 | // for backward compatibility |
| 1083 | public List<HistogramBin> getVectorHistogram_Hive(String columnName, int numBins) throws DDFException { |