MCPcopy Create free account
hub / github.com/ddf-project/DDF / getVectorMax

Method getVectorMax

core/src/main/java/io/ddf/DDF.java:1112–1115  ·  view source on GitHub ↗
(String columnName)

Source from the content-addressed store, hash-verified

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 //////

Callers 1

Calls 2

getVectorMaxMethod · 0.65

Tested by

no test coverage detected