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

Method getVectorMean

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

Source from the content-addressed store, hash-verified

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 {

Callers 1

testVectorMeanMethod · 0.95

Calls 2

getVectorMeanMethod · 0.65

Tested by 1

testVectorMeanMethod · 0.76