MCPcopy Index your code
hub / github.com/ddf-project/DDF / getVectorQuantiles

Method getVectorQuantiles

core/src/main/java/io/ddf/DDF.java:1061–1063  ·  view source on GitHub ↗
(String columnName, Double[] percentiles)

Source from the content-addressed store, hash-verified

1059 }
1060
1061 public Double[] getVectorQuantiles(String columnName, Double[] percentiles) throws DDFException {
1062 return this.getStatisticsSupporter().getVectorQuantiles(columnName, percentiles);
1063 }
1064
1065 public Double[] getVectorQuantiles(Double[] percentiles) throws DDFException {
1066 if (getSchema().getNumColumns() != 1) {

Callers 1

Calls 6

getSchemaMethod · 0.95
getVectorQuantilesMethod · 0.65
getNumColumnsMethod · 0.65
getNameMethod · 0.65
getColumnMethod · 0.65

Tested by 1