(String columnName)
| 1110 | } |
| 1111 | |
| 1112 | public Double getVectorMax(String columnName) throws DDFException { |
| 1113 | // TODO need to check columnName |
| 1114 | return this.getStatisticsSupporter().getVectorMax(columnName); |
| 1115 | } |
| 1116 | |
| 1117 | |
| 1118 | // //// ISupportML ////// |
no test coverage detected