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

Method getVectorHistogram

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

Source from the content-addressed store, hash-verified

1090 }
1091
1092 public List<HistogramBin> getVectorHistogram(String columnName, int numBins) throws DDFException {
1093 // TODO need to check columnName
1094 return this.getBinningHandler().getVectorHistogram(columnName, numBins);
1095 }
1096
1097 public Double getVectorCor(String xColumnName, String yColumnName) throws DDFException {
1098 // TODO need to check columnName

Callers

nothing calls this directly

Calls 2

getBinningHandlerMethod · 0.95
getVectorHistogramMethod · 0.65

Tested by

no test coverage detected