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

Method getSummary

core/src/main/java/io/ddf/DDF.java:1019–1021  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1017
1018 // Calculate summary statistics of the DDF
1019 public Summary[] getSummary() throws DDFException {
1020 return this.getStatisticsSupporter().getSummary();
1021 }
1022
1023 public FiveNumSummary[] getFiveNumSummary() throws DDFException {
1024 return this.getStatisticsSupporter().getFiveNumSummary(this.getColumnNames());

Callers 9

testTransformSqlMethod · 0.95
testSummaryMethod · 0.95
testSummaryBigIntMethod · 0.95
testConfusionMatrixMethod · 0.95

Calls 2

getSummaryMethod · 0.65

Tested by 9

testTransformSqlMethod · 0.76
testSummaryMethod · 0.76
testSummaryBigIntMethod · 0.76
testConfusionMatrixMethod · 0.76