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

Method getVectorApproxHistogram

core/src/main/java/io/ddf/DDF.java:1086–1090  ·  view source on GitHub ↗
(String columnName, int numBins)

Source from the content-addressed store, hash-verified

1084 return getVectorApproxHistogram(columnName, numBins);
1085 }
1086 public List<HistogramBin> getVectorApproxHistogram(String columnName, int numBins) throws DDFException {
1087 // TODO need to check columnName
1088 return this.getBinningHandler().getVectorApproxHistogram(columnName, numBins);
1089
1090 }
1091
1092 public List<HistogramBin> getVectorHistogram(String columnName, int numBins) throws DDFException {
1093 // TODO need to check columnName

Callers 1

Calls 2

getBinningHandlerMethod · 0.95

Tested by

no test coverage detected