(String xColumnName, String yColumnName)
| 1100 | } |
| 1101 | |
| 1102 | public Double getVectorCovariance(String xColumnName, String yColumnName) throws DDFException { |
| 1103 | // TODO need to check columnName |
| 1104 | return this.getStatisticsSupporter().getVectorCovariance(xColumnName, yColumnName); |
| 1105 | } |
| 1106 | |
| 1107 | public Double getVectorMin(String columnName) throws DDFException { |
| 1108 | // TODO need to check columnName |
nothing calls this directly
no test coverage detected