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

Method getStatisticsSupporter

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

Source from the content-addressed store, hash-verified

533
534
535 public ISupportStatistics getStatisticsSupporter() {
536 if (mStatisticsSupporter == null) mStatisticsSupporter = this.createStatisticsSupporter();
537 if (mStatisticsSupporter == null) throw new UnsupportedOperationException();
538 else return mStatisticsSupporter;
539 }
540
541 public DDF setStatisticsSupporter(ISupportStatistics aStatisticsSupporter) {
542 this.mStatisticsSupporter = aStatisticsSupporter;

Callers 10

getSummaryMethod · 0.95
getFiveNumSummaryMethod · 0.95
getVectorQuantilesMethod · 0.95
getVectorVarianceMethod · 0.95
getVectorMeanMethod · 0.95
getVectorCorMethod · 0.95
getVectorCovarianceMethod · 0.95
getVectorMinMethod · 0.95
getVectorMaxMethod · 0.95

Calls 1

Tested by

no test coverage detected