(String columnName)
| 1070 | } |
| 1071 | |
| 1072 | public Double[] getVectorVariance(String columnName) throws DDFException { |
| 1073 | // TODO need to check columnName |
| 1074 | return this.getStatisticsSupporter().getVectorVariance(columnName); |
| 1075 | } |
| 1076 | |
| 1077 | public Double getVectorMean(String columnName) throws DDFException { |
| 1078 | // TODO need to check columnName |